Html Css Color HEX #288632 Japanese Laurel

📋 copy color: '#288632'

red 40 ◦ green 134 ◦ blue 50

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

Shades of Japanese Laurel #288632

Tints of Japanese Laurel #288632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.82%

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

R = 17.86%
G = 59.82%
B = 22.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#288632 (or 0x288632) is known color: Japanese Laurel. HEX triplet: 28, 86 and 32. RGB value is (40,134,50). Sum of RGB (Red+Green+Blue) = 40+134+50=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #288632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288632 is #D779CD. Grayscale: #606060. Windows color (decimal): -14121422 or 3311144. OLE color: 3311144.

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

Color convert

RGB 40 134 50 -
CMYK 0.70 0 0.63 0.47
HSL 126.38º 0.54% 0.34% -
HSV(B) 126.38º 0.7% 0.53% -
XYZ 9.98 17.73 5.91 -
YUV 96.32 101.86 87.83 -
System Red Green Blue C M Y K H S L
Decimal 40 134 50 0.70 0 0.63 0.47 126.38 0.54 0.34
Hex 28 86 32 46 0 3F 2F 7E 36 22
Octal 50 206 62 106 0 77 57 176 66 42
Binary 101000 10000110 110010 1000110 0 111111 101111 1111110 110110 100010

Color Harmonies of #288632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288632

Black with #288632

Text Example


Text Example

White with #288632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288632; }

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

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

background-color css

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

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

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

border-color css

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

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

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