Html Css Color HEX #287322 Japanese Laurel

📋 copy color: '#287322'

red 40 ◦ green 115 ◦ blue 34

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

Shades of Japanese Laurel #287322

Tints of Japanese Laurel #287322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 21.16%
G = 60.85%
B = 17.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#287322 (or 0x287322) is known color: Japanese Laurel. HEX triplet: 28, 73 and 22. RGB value is (40,115,34). Sum of RGB (Red+Green+Blue) = 40+115+34=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #287322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287322 is #D78CDD. Grayscale: #535353. Windows color (decimal): -14126302 or 2257704. OLE color: 2257704.

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

Color convert

RGB 40 115 34 -
CMYK 0.65 0 0.70 0.55
HSL 115.56º 0.54% 0.29% -
HSV(B) 115.56º 0.7% 0.45% -
XYZ 7.29 12.83 3.6 -
YUV 83.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 40 115 34 0.65 0 0.70 0.55 115.56 0.54 0.29
Hex 28 73 22 41 0 46 37 74 36 1D
Octal 50 163 42 101 0 106 67 164 66 35
Binary 101000 1110011 100010 1000001 0 1000110 110111 1110100 110110 11101

Color Harmonies of #287322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287322

Black with #287322

Text Example


Text Example

White with #287322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287322; }

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

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

background-color css

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

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

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

border-color css

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

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

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