#28782C

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

Shades of Japanese Laurel #28782C

Tints of Japanese Laurel #28782C

Color information

#28782C (or 0x28782C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 78 and 2C. RGB value is (40,120,44). Sum of RGB (Red+Green+Blue) = 40+120+44=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #28782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28782C is #D787D3. Grayscale: #575757. Windows color (decimal): -14125012 or 2914344. OLE color: 2914344.

HSL color Cylindrical-coordinate representation of color #28782C: hue angle of 123º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28782C is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB4012044-
CMYK0.6700.630.53
HSL123º50%31.37%-
HSV(B)123º66.67%47.06%-
XYZ8.0514.074.67-
YUV87.42103.594.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 120 (47.27% from 255) = 58.82%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=19.61%
G=58.82%
B=21.57%

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
Decimal40120440.6700.630.531235031.37
Hex28782C4303F357b321f
Octal5017054103077651736237
Binary101000111100010110010000110111111110101111101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28782C; }

 p { color: rgb(40,120,44); }

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

<style>
 a { background-color: #28782C; }

 a { background-color: rgb(40,120,44); }

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

<style>
 span { border-color: #28782C; }

 span { border-color: rgb(40,120,44); }

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