#30532D

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

Shades of Parsley #30532D

Tints of Parsley #30532D

Color information

#30532D (or 0x30532D) is unknown color: approx Parsley. HEX triplet: 30, 53 and 2D. RGB value is (48,83,45). Sum of RGB (Red+Green+Blue) = 48+83+45=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #30532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30532D is #CFACD2. Grayscale: #444444. Windows color (decimal): -13610195 or 2970416. OLE color: 2970416.

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

Color convert

RGB488345-
CMYK0.4200.460.67
HSL115.26º29.69%25.1%-
HSV(B)115.26º45.78%32.55%-
XYZ4.7973.58-
YUV68.2114.9113.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=27.27%
G=47.16%
B=25.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883450.4200.460.67115.2629.6925.1
Hex30532D2A02E43731e19
Octal6012355520561031633631
Binary11000010100111011011010100101110100001111100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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