Html Css Color HEX #287C27 Japanese Laurel

📋 copy color: '#287C27'

red 40 ◦ green 124 ◦ blue 39

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

Shades of Japanese Laurel #287C27

Tints of Japanese Laurel #287C27

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.08%

 BLUE value IS 39 (15.63% from 255) = 19.21%

R = 19.7%
G = 61.08%
B = 19.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#287C27 (or 0x287C27) is known color: Japanese Laurel. HEX triplet: 28, 7C and 27. RGB value is (40,124,39). Sum of RGB (Red+Green+Blue) = 40+124+39=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #287C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C27 is #D783D8. Grayscale: #595959. Windows color (decimal): -14123993 or 2587688. OLE color: 2587688.

HSL color Cylindrical-coordinate representation of color #287C27: hue angle of 119.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287C27 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 124 39 -
CMYK 0.68 0 0.69 0.51
HSL 119.29º 0.52% 0.32% -
HSV(B) 119.29º 0.69% 0.49% -
XYZ 8.45 15.01 4.37 -
YUV 89.19 99.67 92.91 -
System Red Green Blue C M Y K H S L
Decimal 40 124 39 0.68 0 0.69 0.51 119.29 0.52 0.32
Hex 28 7C 27 44 0 45 33 77 34 20
Octal 50 174 47 104 0 105 63 167 64 40
Binary 101000 1111100 100111 1000100 0 1000101 110011 1110111 110100 100000

Color Harmonies of #287C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C27

Black with #287C27

Text Example


Text Example

White with #287C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287C27; }

 p { color: rgb(40,124,39); }

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

background-color css

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

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

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

border-color css

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

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

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