#28792D

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

Shades of Japanese Laurel #28792D

Tints of Japanese Laurel #28792D

Color information

#28792D (or 0x28792D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 79 and 2D. RGB value is (40,121,45). Sum of RGB (Red+Green+Blue) = 40+121+45=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #28792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28792D is #D786D2. Grayscale: #585858. Windows color (decimal): -14124755 or 2980136. OLE color: 2980136.

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

Color convert

RGB4012145-
CMYK0.6700.630.53
HSL123.7º50.31%31.57%-
HSV(B)123.7º66.94%47.45%-
XYZ8.1914.324.81-
YUV88.12103.6693.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.42%
GREEN value IS 121 (47.66% from 255) = 58.74%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=19.42%
G=58.74%
B=21.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40121450.6700.630.53123.750.3131.57
Hex28792D4303F357c3220
Octal5017155103077651746240
Binary1010001111001101101100001101111111101011111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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