Html Css Color HEX #287932 Japanese Laurel

📋 copy color: '#287932'

red 40 ◦ green 121 ◦ blue 50

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

Shades of Japanese Laurel #287932

Tints of Japanese Laurel #287932

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.35%

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

R = 18.96%
G = 57.35%
B = 23.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#287932 (or 0x287932) is known color: Japanese Laurel. HEX triplet: 28, 79 and 32. RGB value is (40,121,50). Sum of RGB (Red+Green+Blue) = 40+121+50=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #287932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287932 is #D786CD. Grayscale: #585858. Windows color (decimal): -14124750 or 3307816. OLE color: 3307816.

HSL color Cylindrical-coordinate representation of color #287932: hue angle of 127.41º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287932 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 121 50 -
CMYK 0.67 0 0.59 0.53
HSL 127.41º 0.5% 0.32% -
HSV(B) 127.41º 0.67% 0.47% -
XYZ 8.29 14.36 5.35 -
YUV 88.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 40 121 50 0.67 0 0.59 0.53 127.41 0.5 0.32
Hex 28 79 32 43 0 3B 35 7F 32 20
Octal 50 171 62 103 0 73 65 177 62 40
Binary 101000 1111001 110010 1000011 0 111011 110101 1111111 110010 100000

Color Harmonies of #287932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287932

Black with #287932

Text Example


Text Example

White with #287932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287932; }

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

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

background-color css

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

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

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

border-color css

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

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

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