#30602D

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

Shades of Parsley #30602D

Tints of Parsley #30602D

Color information

#30602D (or 0x30602D) is unknown color: approx Parsley. HEX triplet: 30, 60 and 2D. RGB value is (48,96,45). Sum of RGB (Red+Green+Blue) = 48+96+45=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #30602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30602D is #CF9FD2. Grayscale: #4B4B4B. Windows color (decimal): -13606867 or 2973744. OLE color: 2973744.

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

Color convert

RGB489645-
CMYK0.5000.530.62
HSL116.47º36.17%27.65%-
HSV(B)116.47º53.12%37.65%-
XYZ5.889.183.95-
YUV75.83110.6108.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=25.40%
G=50.79%
B=23.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896450.5000.530.62116.4736.1727.65
Hex30602D320353E74241c
Octal601405562065761644434
Binary11000011000001011011100100110101111110111010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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