#30592D

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

Shades of Parsley #30592D

Tints of Parsley #30592D

Color information

#30592D (or 0x30592D) is unknown color: approx Parsley. HEX triplet: 30, 59 and 2D. RGB value is (48,89,45). Sum of RGB (Red+Green+Blue) = 48+89+45=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #30592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30592D is #CFA6D2. Grayscale: #474747. Windows color (decimal): -13608659 or 2971952. OLE color: 2971952.

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

Color convert

RGB488945-
CMYK0.4600.490.65
HSL115.91º32.84%26.27%-
HSV(B)115.91º49.44%34.9%-
XYZ5.267.963.74-
YUV71.72112.92111.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=26.37%
G=48.90%
B=24.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889450.4600.490.65115.9132.8426.27
Hex30592D2E0314174211a
Octal6013155560611011644132
Binary110000101100110110110111001100011000001111010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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