#238334

Color #238334 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #238334

Tints of Japanese Laurel #238334

Color information

#238334 (or 0x238334) is unknown color: approx Japanese Laurel. HEX triplet: 23, 83 and 34. RGB value is (35,131,52). Sum of RGB (Red+Green+Blue) = 35+131+52=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #238334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238334 is #DC7CCB. Grayscale: #5D5D5D. Windows color (decimal): -14449868 or 3441443. OLE color: 3441443.

HSL color Cylindrical-coordinate representation of color #238334: hue angle of 130.62º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238334 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB3513152-
CMYK0.7300.600.49
HSL130.62º57.83%32.55%-
HSV(B)130.62º73.28%51.37%-
XYZ9.4316.846-
YUV93.29104.786.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 131 (51.56% from 255) = 60.09%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=16.06%
G=60.09%
B=23.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35131520.7300.600.49130.6257.8332.55
Hex2383344903C31833a21
Octal4320364111074612037241
Binary100011100000111101001001001011110011000110000011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238334; }

 p { color: rgb(35,131,52); }

 H1.HeaderClassName
 {
   color: #238334;
 }
 .AnyTagClassName
 {
   color: #238334;
 }
</style>
background-color css

<style>
 a { background-color: #238334; }

 a { background-color: rgb(35,131,52); }

 div.DivClassName
 {
   background-color: #238334;
 }
 .BgClassName
 {
   background-color: #238334;
 }
</style>
border-color css

<style>
 span { border-color: #238334; }

 span { border-color: rgb(35,131,52); }

 td.TdClassName
 {
   border-color: #238334;
 }
 .TagClassName
 {
   border-color: #238334;
 }
</style>