Html Css Color HEX #287D32 Japanese Laurel

📋 copy color: '#287D32'

red 40 ◦ green 125 ◦ blue 50

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

Shades of Japanese Laurel #287D32

Tints of Japanese Laurel #287D32

RGB

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

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

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

R = 18.6%
G = 58.14%
B = 23.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#287D32 (or 0x287D32) is known color: Japanese Laurel. HEX triplet: 28, 7D and 32. RGB value is (40,125,50). Sum of RGB (Red+Green+Blue) = 40+125+50=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #287D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287D32 is #D782CD. Grayscale: #5B5B5B. Windows color (decimal): -14123726 or 3308840. OLE color: 3308840.

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

Color convert

RGB 40 125 50 -
CMYK 0.68 0 0.60 0.51
HSL 127.06º 0.52% 0.32% -
HSV(B) 127.06º 0.68% 0.49% -
XYZ 8.78 15.35 5.52 -
YUV 91.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 40 125 50 0.68 0 0.60 0.51 127.06 0.52 0.32
Hex 28 7D 32 44 0 3C 33 7F 34 20
Octal 50 175 62 104 0 74 63 177 64 40
Binary 101000 1111101 110010 1000100 0 111100 110011 1111111 110100 100000

Color Harmonies of #287D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287D32

Black with #287D32

Text Example


Text Example

White with #287D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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