Html Css Color HEX #287D27 Japanese Laurel

📋 copy color: '#287D27'

red 40 ◦ green 125 ◦ blue 39

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

Shades of Japanese Laurel #287D27

Tints of Japanese Laurel #287D27

RGB

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

 GREEN value IS 125 (49.22% from 255) = 61.27%

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

R = 19.61%
G = 61.27%
B = 19.12%

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

#287D27 (or 0x287D27) is known color: Japanese Laurel. HEX triplet: 28, 7D and 27. RGB value is (40,125,39). Sum of RGB (Red+Green+Blue) = 40+125+39=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 125 (49.22% from 255 or 61.27% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 125 - color contains mainly: green. Hex color #287D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287D27 is #D782D8. Grayscale: #5A5A5A. Windows color (decimal): -14123737 or 2587944. OLE color: 2587944.

HSL color Cylindrical-coordinate representation of color #287D27: hue angle of 119.3º 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 #287D27 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 125 39 -
CMYK 0.68 0 0.69 0.51
HSL 119.3º 0.52% 0.32% -
HSV(B) 119.3º 0.69% 0.49% -
XYZ 8.57 15.26 4.41 -
YUV 89.78 99.34 92.49 -
System Red Green Blue C M Y K H S L
Decimal 40 125 39 0.68 0 0.69 0.51 119.3 0.52 0.32
Hex 28 7D 27 44 0 45 33 77 34 20
Octal 50 175 47 104 0 105 63 167 64 40
Binary 101000 1111101 100111 1000100 0 1000101 110011 1110111 110100 100000

Color Harmonies of #287D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287D27

Black with #287D27

Text Example


Text Example

White with #287D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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