#305333

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

Shades of Parsley #305333

Tints of Parsley #305333

Color information

#305333 (or 0x305333) is unknown color: approx Parsley. HEX triplet: 30, 53 and 33. RGB value is (48,83,51). Sum of RGB (Red+Green+Blue) = 48+83+51=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #305333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305333 is #CFACCC. Grayscale: #444444. Windows color (decimal): -13610189 or 3363632. OLE color: 3363632.

HSL color Cylindrical-coordinate representation of color #305333: hue angle of 125.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305333 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB488351-
CMYK0.4200.390.67
HSL125.14º26.72%25.69%-
HSV(B)125.14º42.17%32.55%-
XYZ4.917.054.23-
YUV68.89117.9113.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=26.37%
G=45.60%
B=28.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883510.4200.390.67125.1426.7225.69
Hex3053332A027437d1b1a
Octal6012363520471031753332
Binary11000010100111100111010100100111100001111111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305333; }

 p { color: rgb(48,83,51); }

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

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

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

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

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

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

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