#306030

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

Shades of Parsley #306030

Tints of Parsley #306030

Color information

#306030 (or 0x306030) is unknown color: approx Parsley. HEX triplet: 30, 60 and 30. RGB value is (48,96,48). Sum of RGB (Red+Green+Blue) = 48+96+48=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #306030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306030 is #CF9FCF. Grayscale: #4C4C4C. Windows color (decimal): -13606864 or 3170352. OLE color: 3170352.

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

Color convert

RGB489648-
CMYK0.5000.500.62
HSL120º33.33%28.24%-
HSV(B)120º50%37.65%-
XYZ5.949.214.26-
YUV76.18112.1107.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896480.5000.500.6212033.3328.24
Hex306030320323E78211c
Octal601406062062761704134
Binary11000011000001100001100100110010111110111100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306030; }

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

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

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

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

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

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

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

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