#28762E

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

Shades of Japanese Laurel #28762E

Tints of Japanese Laurel #28762E

Color information

#28762E (or 0x28762E) is unknown color: approx Japanese Laurel. HEX triplet: 28, 76 and 2E. RGB value is (40,118,46). Sum of RGB (Red+Green+Blue) = 40+118+46=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #28762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28762E is #D789D1. Grayscale: #565656. Windows color (decimal): -14125522 or 3044904. OLE color: 3044904.

HSL color Cylindrical-coordinate representation of color #28762E: hue angle of 124.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28762E is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB4011846-
CMYK0.6600.610.54
HSL124.62º49.37%30.98%-
HSV(B)124.62º66.1%46.27%-
XYZ7.8513.614.8-
YUV86.47105.1694.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 118 (46.48% from 255) = 57.84%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=19.61%
G=57.84%
B=22.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40118460.6600.610.54124.6249.3730.98
Hex28762E4203D367d311f
Octal5016656102075661756137
Binary101000111011010111010000100111101110110111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28762E; }

 p { color: rgb(40,118,46); }

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

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

 a { background-color: rgb(40,118,46); }

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

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

 span { border-color: rgb(40,118,46); }

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