Html Css Color HEX #287735 Japanese Laurel

📋 copy color: '#287735'

red 40 ◦ green 119 ◦ blue 53

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

Shades of Japanese Laurel #287735

Tints of Japanese Laurel #287735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.13%

 BLUE value IS 53 (21.09% from 255) = 25%

R = 18.87%
G = 56.13%
B = 25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#287735 (or 0x287735) is known color: Japanese Laurel. HEX triplet: 28, 77 and 35. RGB value is (40,119,53). Sum of RGB (Red+Green+Blue) = 40+119+53=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #287735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287735 is #D788CA. Grayscale: #585858. Windows color (decimal): -14125259 or 3503912. OLE color: 3503912.

HSL color Cylindrical-coordinate representation of color #287735: hue angle of 129.87º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287735 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 53 -
CMYK 0.66 0 0.55 0.53
HSL 129.87º 0.5% 0.31% -
HSV(B) 129.87º 0.66% 0.47% -
XYZ 8.11 13.9 5.62 -
YUV 87.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 40 119 53 0.66 0 0.55 0.53 129.87 0.5 0.31
Hex 28 77 35 42 0 37 35 82 32 1F
Octal 50 167 65 102 0 67 65 202 62 37
Binary 101000 1110111 110101 1000010 0 110111 110101 10000010 110010 11111

Color Harmonies of #287735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287735

Black with #287735

Text Example


Text Example

White with #287735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287735; }

 p { color: rgb(40,119,53); }

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

background-color css

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

 a { background-color: rgb(40,119,53); }

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

border-color css

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

 span { border-color: rgb(40,119,53); }

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