Html Css Color HEX #287223 Japanese Laurel

📋 copy color: '#287223'

red 40 ◦ green 114 ◦ blue 35

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

Shades of Japanese Laurel #287223

Tints of Japanese Laurel #287223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.52%

R = 21.16%
G = 60.32%
B = 18.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#287223 (or 0x287223) is known color: Japanese Laurel. HEX triplet: 28, 72 and 23. RGB value is (40,114,35). Sum of RGB (Red+Green+Blue) = 40+114+35=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #287223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287223 is #D78DDC. Grayscale: #535353. Windows color (decimal): -14126557 or 2322984. OLE color: 2322984.

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

Color convert

RGB 40 114 35 -
CMYK 0.65 0 0.69 0.55
HSL 116.2º 0.53% 0.29% -
HSV(B) 116.2º 0.69% 0.45% -
XYZ 7.2 12.61 3.64 -
YUV 82.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 40 114 35 0.65 0 0.69 0.55 116.2 0.53 0.29
Hex 28 72 23 41 0 45 37 74 35 1D
Octal 50 162 43 101 0 105 67 164 65 35
Binary 101000 1110010 100011 1000001 0 1000101 110111 1110100 110101 11101

Color Harmonies of #287223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287223

Black with #287223

Text Example


Text Example

White with #287223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287223; }

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

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

background-color css

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

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

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

border-color css

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

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

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