Html Css Color HEX #287928 Japanese Laurel

📋 copy color: '#287928'

red 40 ◦ green 121 ◦ blue 40

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

Shades of Japanese Laurel #287928

Tints of Japanese Laurel #287928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 19.9%
G = 60.2%
B = 19.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#287928 (or 0x287928) is known color: Japanese Laurel. HEX triplet: 28, 79 and 28. RGB value is (40,121,40). Sum of RGB (Red+Green+Blue) = 40+121+40=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #287928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287928 is #D786D7. Grayscale: #575757. Windows color (decimal): -14124760 or 2652456. OLE color: 2652456.

HSL color Cylindrical-coordinate representation of color #287928: hue angle of 120º 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 #287928 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 121 40 -
CMYK 0.67 0 0.67 0.53
HSL 120º 0.5% 0.32% -
HSV(B) 120º 0.67% 0.47% -
XYZ 8.1 14.28 4.34 -
YUV 87.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 40 121 40 0.67 0 0.67 0.53 120 0.5 0.32
Hex 28 79 28 43 0 43 35 78 32 20
Octal 50 171 50 103 0 103 65 170 62 40
Binary 101000 1111001 101000 1000011 0 1000011 110101 1111000 110010 100000

Color Harmonies of #287928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287928

Black with #287928

Text Example


Text Example

White with #287928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287928; }

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

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

background-color css

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

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

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

border-color css

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

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

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