#308028

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

Shades of Japanese Laurel #308028

Tints of Japanese Laurel #308028

Color information

#308028 (or 0x308028) is unknown color: approx Japanese Laurel. HEX triplet: 30, 80 and 28. RGB value is (48,128,40). Sum of RGB (Red+Green+Blue) = 48+128+40=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #308028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308028 is #CF7FD7. Grayscale: #5E5E5E. Windows color (decimal): -13598680 or 2654256. OLE color: 2654256.

HSL color Cylindrical-coordinate representation of color #308028: hue angle of 114.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308028 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB4812840-
CMYK0.6200.690.50
HSL114.55º52.38%32.94%-
HSV(B)114.55º68.75%50.2%-
XYZ9.3216.224.65-
YUV94.0597.595.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=22.22%
G=59.26%
B=18.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48128400.6200.690.50114.5552.3832.94
Hex3080283E04532733421
Octal6020050760105621636441
Binary11000010000000101000111110010001011100101110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308028; }

 p { color: rgb(48,128,40); }

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

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

 a { background-color: rgb(48,128,40); }

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

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

 span { border-color: rgb(48,128,40); }

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