#30602C

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

Shades of Parsley #30602C

Tints of Parsley #30602C

Color information

#30602C (or 0x30602C) is unknown color: approx Parsley. HEX triplet: 30, 60 and 2C. RGB value is (48,96,44). Sum of RGB (Red+Green+Blue) = 48+96+44=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #30602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30602C is #CF9FD3. Grayscale: #4B4B4B. Windows color (decimal): -13606868 or 2908208. OLE color: 2908208.

HSL color Cylindrical-coordinate representation of color #30602C: hue angle of 115.38º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30602C is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB489644-
CMYK0.5000.540.62
HSL115.38º37.14%27.45%-
HSV(B)115.38º54.17%37.65%-
XYZ5.869.183.85-
YUV75.72110.1108.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=25.53%
G=51.06%
B=23.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896440.5000.540.62115.3837.1427.45
Hex30602C320363E73251b
Octal601405462066761634533
Binary11000011000001011001100100110110111110111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,96,44); }

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

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

 a { background-color: rgb(48,96,44); }

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

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

 span { border-color: rgb(48,96,44); }

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