#30612E

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

Shades of Parsley #30612E

Tints of Parsley #30612E

Color information

#30612E (or 0x30612E) is unknown color: approx Parsley. HEX triplet: 30, 61 and 2E. RGB value is (48,97,46). Sum of RGB (Red+Green+Blue) = 48+97+46=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #30612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30612E is #CF9ED1. Grayscale: #4C4C4C. Windows color (decimal): -13606610 or 3039536. OLE color: 3039536.

HSL color Cylindrical-coordinate representation of color #30612E: hue angle of 117.65º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30612E is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB489746-
CMYK0.5100.530.62
HSL117.65º35.66%28.04%-
HSV(B)117.65º52.58%38.04%-
XYZ5.999.384.08-
YUV76.54110.77107.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=25.13%
G=50.79%
B=24.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897460.5100.530.62117.6535.6628.04
Hex30612E330353E76241c
Octal601415663065761664434
Binary11000011000011011101100110110101111110111011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30612E; }

 p { color: rgb(48,97,46); }

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

<style>
 a { background-color: #30612E; }

 a { background-color: rgb(48,97,46); }

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

<style>
 span { border-color: #30612E; }

 span { border-color: rgb(48,97,46); }

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