Html Css Color HEX #287830 Japanese Laurel

📋 copy color: '#287830'

red 40 ◦ green 120 ◦ blue 48

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

Shades of Japanese Laurel #287830

Tints of Japanese Laurel #287830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 19.23%
G = 57.69%
B = 23.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#287830 (or 0x287830) is known color: Japanese Laurel. HEX triplet: 28, 78 and 30. RGB value is (40,120,48). Sum of RGB (Red+Green+Blue) = 40+120+48=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #287830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287830 is #D787CF. Grayscale: #585858. Windows color (decimal): -14125008 or 3176488. OLE color: 3176488.

HSL color Cylindrical-coordinate representation of color #287830: hue angle of 126º 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 #287830 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 120 48 -
CMYK 0.67 0 0.60 0.53
HSL 126º 0.5% 0.31% -
HSV(B) 126º 0.67% 0.47% -
XYZ 8.13 14.1 5.09 -
YUV 87.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 40 120 48 0.67 0 0.60 0.53 126 0.5 0.31
Hex 28 78 30 43 0 3C 35 7E 32 1F
Octal 50 170 60 103 0 74 65 176 62 37
Binary 101000 1111000 110000 1000011 0 111100 110101 1111110 110010 11111

Color Harmonies of #287830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287830

Black with #287830

Text Example


Text Example

White with #287830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287830; }

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

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

background-color css

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

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

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

border-color css

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

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

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