#30562D

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

Shades of Parsley #30562D

Tints of Parsley #30562D

Color information

#30562D (or 0x30562D) is unknown color: approx Parsley. HEX triplet: 30, 56 and 2D. RGB value is (48,86,45). Sum of RGB (Red+Green+Blue) = 48+86+45=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #30562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30562D is #CFA9D2. Grayscale: #464646. Windows color (decimal): -13609427 or 2971184. OLE color: 2971184.

HSL color Cylindrical-coordinate representation of color #30562D: hue angle of 115.61º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30562D is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB488645-
CMYK0.4400.480.66
HSL115.61º31.3%25.69%-
HSV(B)115.61º47.67%33.73%-
XYZ5.027.473.66-
YUV69.96113.91112.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 86 (33.98% from 255) = 48.04%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=26.82%
G=48.04%
B=25.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886450.4400.480.66115.6131.325.69
Hex30562D2C03042741f1a
Octal6012655540601021643732
Binary11000010101101011011011000110000100001011101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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