#28711F

Color #28711F Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #28711F

Tints of Japanese Laurel #28711F

Color information

#28711F (or 0x28711F) is unknown color: approx Japanese Laurel. HEX triplet: 28, 71 and 1F. RGB value is (40,113,31). Sum of RGB (Red+Green+Blue) = 40+113+31=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #28711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28711F is #D78EE0. Grayscale: #525252. Windows color (decimal): -14126817 or 2060584. OLE color: 2060584.

HSL color Cylindrical-coordinate representation of color #28711F: hue angle of 113.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28711F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB4011331-
CMYK0.6500.730.56
HSL113.41º56.94%28.24%-
HSV(B)113.41º72.57%44.31%-
XYZ7.0312.363.31-
YUV81.8299.3298.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=21.74%
G=61.41%
B=16.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40113310.6500.730.56113.4156.9428.24
Hex28711F410493871391c
Octal50161371010111701617134
Binary101000111000111111100000101001001111000111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28711F; }

 p { color: rgb(40,113,31); }

 H1.HeaderClassName
 {
   color: #28711F;
 }
 .AnyTagClassName
 {
   color: #28711F;
 }
</style>
background-color css

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

 a { background-color: rgb(40,113,31); }

 div.DivClassName
 {
   background-color: #28711F;
 }
 .BgClassName
 {
   background-color: #28711F;
 }
</style>
border-color css

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

 span { border-color: rgb(40,113,31); }

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