Html Css Color HEX #287320 Japanese Laurel

📋 copy color: '#287320'

red 40 ◦ green 115 ◦ blue 32

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

Shades of Japanese Laurel #287320

Tints of Japanese Laurel #287320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.5%

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

R = 21.39%
G = 61.5%
B = 17.11%

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

#287320 (or 0x287320) is known color: Japanese Laurel. HEX triplet: 28, 73 and 20. RGB value is (40,115,32). Sum of RGB (Red+Green+Blue) = 40+115+32=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #287320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287320 is #D78CDF. Grayscale: #535353. Windows color (decimal): -14126304 or 2126632. OLE color: 2126632.

HSL color Cylindrical-coordinate representation of color #287320: hue angle of 114.22º 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 #287320 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 115 32 -
CMYK 0.65 0 0.72 0.55
HSL 114.22º 0.56% 0.29% -
HSV(B) 114.22º 0.72% 0.45% -
XYZ 7.27 12.82 3.46 -
YUV 83.11 99.15 97.25 -
System Red Green Blue C M Y K H S L
Decimal 40 115 32 0.65 0 0.72 0.55 114.22 0.56 0.29
Hex 28 73 20 41 0 48 37 72 38 1D
Octal 50 163 40 101 0 110 67 162 70 35
Binary 101000 1110011 100000 1000001 0 1001000 110111 1110010 111000 11101

Color Harmonies of #287320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287320

Black with #287320

Text Example


Text Example

White with #287320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287320; }

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

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

background-color css

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

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

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

border-color css

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

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

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