Html Css Color HEX #288432 Japanese Laurel

📋 copy color: '#288432'

red 40 ◦ green 132 ◦ blue 50

#288432
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #288432

Tints of Japanese Laurel #288432

RGB

 RED value IS 40 (16.02% from 255) = 18.02%

 GREEN value IS 132 (51.95% from 255) = 59.46%

 BLUE value IS 50 (19.92% from 255) = 22.52%

R = 18.02%
G = 59.46%
B = 22.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#288432 (or 0x288432) is known color: Japanese Laurel. HEX triplet: 28, 84 and 32. RGB value is (40,132,50). Sum of RGB (Red+Green+Blue) = 40+132+50=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #288432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288432 is #D77BCD. Grayscale: #5F5F5F. Windows color (decimal): -14121934 or 3310632. OLE color: 3310632.

HSL color Cylindrical-coordinate representation of color #288432: hue angle of 126.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288432 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 132 50 -
CMYK 0.70 0 0.62 0.48
HSL 126.52º 0.53% 0.34% -
HSV(B) 126.52º 0.7% 0.52% -
XYZ 9.7 17.18 5.82 -
YUV 95.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 40 132 50 0.70 0 0.62 0.48 126.52 0.53 0.34
Hex 28 84 32 46 0 3E 30 7F 35 22
Octal 50 204 62 106 0 76 60 177 65 42
Binary 101000 10000100 110010 1000110 0 111110 110000 1111111 110101 100010

Color Harmonies of #288432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288432

Black with #288432

Text Example


Text Example

White with #288432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288432; }

 p { color: rgb(40,132,50); }

 H1.HeaderClassName
 {
   color: #288432;
 }
 .AnyTagClassName
 {
   color: #288432;
 }
</style>

background-color css

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

 a { background-color: rgb(40,132,50); }

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

border-color css

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

 span { border-color: rgb(40,132,50); }

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