Html Css Color HEX #287E32 Japanese Laurel

📋 copy color: '#287E32'

red 40 ◦ green 126 ◦ blue 50

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

Shades of Japanese Laurel #287E32

Tints of Japanese Laurel #287E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 58.33%

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

R = 18.52%
G = 58.33%
B = 23.15%

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

#287E32 (or 0x287E32) is known color: Japanese Laurel. HEX triplet: 28, 7E and 32. RGB value is (40,126,50). Sum of RGB (Red+Green+Blue) = 40+126+50=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #287E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E32 is #D781CD. Grayscale: #5B5B5B. Windows color (decimal): -14123470 or 3309096. OLE color: 3309096.

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

Color convert

RGB 40 126 50 -
CMYK 0.68 0 0.60 0.51
HSL 126.98º 0.52% 0.33% -
HSV(B) 126.98º 0.68% 0.49% -
XYZ 8.91 15.6 5.56 -
YUV 91.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 40 126 50 0.68 0 0.60 0.51 126.98 0.52 0.33
Hex 28 7E 32 44 0 3C 33 7F 34 21
Octal 50 176 62 104 0 74 63 177 64 41
Binary 101000 1111110 110010 1000100 0 111100 110011 1111111 110100 100001

Color Harmonies of #287E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E32

Black with #287E32

Text Example


Text Example

White with #287E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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