#30502E

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

Shades of Parsley #30502E

Tints of Parsley #30502E

Color information

#30502E (or 0x30502E) is unknown color: approx Parsley. HEX triplet: 30, 50 and 2E. RGB value is (48,80,46). Sum of RGB (Red+Green+Blue) = 48+80+46=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #30502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30502E is #CFAFD1. Grayscale: #424242. Windows color (decimal): -13610962 or 3035184. OLE color: 3035184.

HSL color Cylindrical-coordinate representation of color #30502E: hue angle of 116.47º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #30502E is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB488046-
CMYK0.4000.420.69
HSL116.47º26.98%24.71%-
HSV(B)116.47º42.5%31.37%-
XYZ4.586.563.61-
YUV66.56116.4114.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=27.59%
G=45.98%
B=26.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880460.4000.420.69116.4726.9824.71
Hex30502E2802A45741b19
Octal6012056500521051643331
Binary11000010100001011101010000101010100010111101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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