#306034

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

Shades of Parsley #306034

Tints of Parsley #306034

Color information

#306034 (or 0x306034) is unknown color: approx Parsley. HEX triplet: 30, 60 and 34. RGB value is (48,96,52). Sum of RGB (Red+Green+Blue) = 48+96+52=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #306034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306034 is #CF9FCB. Grayscale: #4C4C4C. Windows color (decimal): -13606860 or 3432496. OLE color: 3432496.

HSL color Cylindrical-coordinate representation of color #306034: hue angle of 125º 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 #306034 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB489652-
CMYK0.5000.460.62
HSL125º33.33%28.24%-
HSV(B)125º50%37.65%-
XYZ6.029.244.72-
YUV76.63114.1107.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=24.49%
G=48.98%
B=26.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896520.5000.460.6212533.3328.24
Hex3060343202E3E7d211c
Octal601406462056761754134
Binary11000011000001101001100100101110111110111110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306034; }

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

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

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

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

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

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

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

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