Html Css Color HEX #287220 Japanese Laurel

📋 copy color: '#287220'

red 40 ◦ green 114 ◦ blue 32

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

Shades of Japanese Laurel #287220

Tints of Japanese Laurel #287220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.29%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 21.51%
G = 61.29%
B = 17.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#287220 (or 0x287220) is known color: Japanese Laurel. HEX triplet: 28, 72 and 20. RGB value is (40,114,32). Sum of RGB (Red+Green+Blue) = 40+114+32=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #287220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287220 is #D78DDF. Grayscale: #525252. Windows color (decimal): -14126560 or 2126376. OLE color: 2126376.

HSL color Cylindrical-coordinate representation of color #287220: hue angle of 114.15º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287220 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 32 -
CMYK 0.65 0 0.72 0.55
HSL 114.15º 0.56% 0.29% -
HSV(B) 114.15º 0.72% 0.45% -
XYZ 7.15 12.59 3.42 -
YUV 82.53 99.48 97.67 -
System Red Green Blue C M Y K H S L
Decimal 40 114 32 0.65 0 0.72 0.55 114.15 0.56 0.29
Hex 28 72 20 41 0 48 37 72 38 1D
Octal 50 162 40 101 0 110 67 162 70 35
Binary 101000 1110010 100000 1000001 0 1001000 110111 1110010 111000 11101

Color Harmonies of #287220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287220

Black with #287220

Text Example


Text Example

White with #287220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287220; }

 p { color: rgb(40,114,32); }

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

background-color css

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

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

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

border-color css

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

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

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