#28792B

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

Shades of Japanese Laurel #28792B

Tints of Japanese Laurel #28792B

Color information

#28792B (or 0x28792B) is unknown color: approx Japanese Laurel. HEX triplet: 28, 79 and 2B. RGB value is (40,121,43). Sum of RGB (Red+Green+Blue) = 40+121+43=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #28792B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28792B is #D786D4. Grayscale: #585858. Windows color (decimal): -14124757 or 2849064. OLE color: 2849064.

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

Color convert

RGB4012143-
CMYK0.6700.640.53
HSL122.22º50.31%31.57%-
HSV(B)122.22º66.94%47.45%-
XYZ8.1514.34.62-
YUV87.89102.6693.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 121 (47.66% from 255) = 59.31%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=19.61%
G=59.31%
B=21.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40121430.6700.640.53122.2250.3131.57
Hex28792B43040357a3220
Octal50171531030100651726240
Binary10100011110011010111000011010000001101011111010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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