#30592F

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

Shades of Parsley #30592F

Tints of Parsley #30592F

Color information

#30592F (or 0x30592F) is unknown color: approx Parsley. HEX triplet: 30, 59 and 2F. RGB value is (48,89,47). Sum of RGB (Red+Green+Blue) = 48+89+47=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #30592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30592F is #CFA6D0. Grayscale: #484848. Windows color (decimal): -13608657 or 3103024. OLE color: 3103024.

HSL color Cylindrical-coordinate representation of color #30592F: hue angle of 118.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30592F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB488947-
CMYK0.4600.470.65
HSL118.57º30.88%26.67%-
HSV(B)118.57º47.19%34.9%-
XYZ5.37.983.95-
YUV71.95113.92110.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 89 (35.16% from 255) = 48.37%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=26.09%
G=48.37%
B=25.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889470.4600.470.65118.5730.8826.67
Hex30592F2E02F41771f1b
Octal6013157560571011673733
Binary11000010110011011111011100101111100000111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30592F; }

 p { color: rgb(48,89,47); }

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

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

 a { background-color: rgb(48,89,47); }

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

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

 span { border-color: rgb(48,89,47); }

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