#28792E

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

Shades of Japanese Laurel #28792E

Tints of Japanese Laurel #28792E

Color information

#28792E (or 0x28792E) is unknown color: approx Japanese Laurel. HEX triplet: 28, 79 and 2E. RGB value is (40,121,46). Sum of RGB (Red+Green+Blue) = 40+121+46=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #28792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28792E is #D786D1. Grayscale: #585858. Windows color (decimal): -14124754 or 3045672. OLE color: 3045672.

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

Color convert

RGB4012146-
CMYK0.6700.620.53
HSL124.44º50.31%31.57%-
HSV(B)124.44º66.94%47.45%-
XYZ8.2114.324.92-
YUV88.23104.1693.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 121 (47.66% from 255) = 58.45%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=19.32%
G=58.45%
B=22.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40121460.6700.620.53124.4450.3131.57
Hex28792E4303E357c3220
Octal5017156103076651746240
Binary1010001111001101110100001101111101101011111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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