Html Css Color HEX #287834 Japanese Laurel

📋 copy color: '#287834'

red 40 ◦ green 120 ◦ blue 52

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

Shades of Japanese Laurel #287834

Tints of Japanese Laurel #287834

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.6%

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 18.87%
G = 56.6%
B = 24.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#287834 (or 0x287834) is known color: Japanese Laurel. HEX triplet: 28, 78 and 34. RGB value is (40,120,52). Sum of RGB (Red+Green+Blue) = 40+120+52=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #287834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287834 is #D787CB. Grayscale: #585858. Windows color (decimal): -14125004 or 3438632. OLE color: 3438632.

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

Color convert

RGB 40 120 52 -
CMYK 0.67 0 0.57 0.53
HSL 129º 0.5% 0.31% -
HSV(B) 129º 0.67% 0.47% -
XYZ 8.21 14.13 5.54 -
YUV 88.33 107.5 93.53 -
System Red Green Blue C M Y K H S L
Decimal 40 120 52 0.67 0 0.57 0.53 129 0.5 0.31
Hex 28 78 34 43 0 39 35 81 32 1F
Octal 50 170 64 103 0 71 65 201 62 37
Binary 101000 1111000 110100 1000011 0 111001 110101 10000001 110010 11111

Color Harmonies of #287834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287834

Black with #287834

Text Example


Text Example

White with #287834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287834; }

 p { color: rgb(40,120,52); }

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

background-color css

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

 a { background-color: rgb(40,120,52); }

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

border-color css

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

 span { border-color: rgb(40,120,52); }

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