Html Css Color HEX #287935 Japanese Laurel

📋 copy color: '#287935'

red 40 ◦ green 121 ◦ blue 53

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

Shades of Japanese Laurel #287935

Tints of Japanese Laurel #287935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.54%

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

R = 18.69%
G = 56.54%
B = 24.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#287935 (or 0x287935) is known color: Japanese Laurel. HEX triplet: 28, 79 and 35. RGB value is (40,121,53). Sum of RGB (Red+Green+Blue) = 40+121+53=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #287935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287935 is #D786CA. Grayscale: #595959. Windows color (decimal): -14124747 or 3504424. OLE color: 3504424.

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

Color convert

RGB 40 121 53 -
CMYK 0.67 0 0.56 0.53
HSL 129.63º 0.5% 0.32% -
HSV(B) 129.63º 0.67% 0.47% -
XYZ 8.36 14.38 5.7 -
YUV 89.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 40 121 53 0.67 0 0.56 0.53 129.63 0.5 0.32
Hex 28 79 35 43 0 38 35 82 32 20
Octal 50 171 65 103 0 70 65 202 62 40
Binary 101000 1111001 110101 1000011 0 111000 110101 10000010 110010 100000

Color Harmonies of #287935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287935

Black with #287935

Text Example


Text Example

White with #287935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287935; }

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

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

background-color css

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

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

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

border-color css

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

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

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