#30552D

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

Shades of Parsley #30552D

Tints of Parsley #30552D

Color information

#30552D (or 0x30552D) is unknown color: approx Parsley. HEX triplet: 30, 55 and 2D. RGB value is (48,85,45). Sum of RGB (Red+Green+Blue) = 48+85+45=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #30552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30552D is #CFAAD2. Grayscale: #454545. Windows color (decimal): -13609683 or 2970928. OLE color: 2970928.

HSL color Cylindrical-coordinate representation of color #30552D: hue angle of 115.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30552D is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB488545-
CMYK0.4400.470.67
HSL115.5º30.77%25.49%-
HSV(B)115.5º47.06%33.33%-
XYZ4.947.313.63-
YUV69.38114.24112.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=26.97%
G=47.75%
B=25.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885450.4400.470.67115.530.7725.49
Hex30552D2C02F43741f19
Octal6012555540571031643731
Binary11000010101011011011011000101111100001111101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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