Html Css Color HEX #287323 Japanese Laurel

📋 copy color: '#287323'

red 40 ◦ green 115 ◦ blue 35

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

Shades of Japanese Laurel #287323

Tints of Japanese Laurel #287323

RGB

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

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

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

R = 21.05%
G = 60.53%
B = 18.42%

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

#287323 (or 0x287323) is known color: Japanese Laurel. HEX triplet: 28, 73 and 23. RGB value is (40,115,35). Sum of RGB (Red+Green+Blue) = 40+115+35=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #287323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287323 is #D78CDC. Grayscale: #535353. Windows color (decimal): -14126301 or 2323240. OLE color: 2323240.

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

Color convert

RGB 40 115 35 -
CMYK 0.65 0 0.70 0.55
HSL 116.25º 0.53% 0.29% -
HSV(B) 116.25º 0.7% 0.45% -
XYZ 7.31 12.83 3.68 -
YUV 83.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 40 115 35 0.65 0 0.70 0.55 116.25 0.53 0.29
Hex 28 73 23 41 0 46 37 74 35 1D
Octal 50 163 43 101 0 106 67 164 65 35
Binary 101000 1110011 100011 1000001 0 1000110 110111 1110100 110101 11101

Color Harmonies of #287323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287323

Black with #287323

Text Example


Text Example

White with #287323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287323; }

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

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

background-color css

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

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

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

border-color css

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

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

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