#305134

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

Shades of Parsley #305134

Tints of Parsley #305134

Color information

#305134 (or 0x305134) is unknown color: approx Parsley. HEX triplet: 30, 51 and 34. RGB value is (48,81,52). Sum of RGB (Red+Green+Blue) = 48+81+52=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #305134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305134 is #CFAECB. Grayscale: #434343. Windows color (decimal): -13610700 or 3428656. OLE color: 3428656.

HSL color Cylindrical-coordinate representation of color #305134: hue angle of 127.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305134 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB488152-
CMYK0.4100.360.68
HSL127.27º25.58%25.29%-
HSV(B)127.27º40.74%31.76%-
XYZ4.786.764.3-
YUV67.83119.07113.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=26.52%
G=44.75%
B=28.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881520.4100.360.68127.2725.5825.29
Hex30513429024447f1a19
Octal6012164510441041773231
Binary11000010100011101001010010100100100010011111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305134; }

 p { color: rgb(48,81,52); }

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

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

 a { background-color: rgb(48,81,52); }

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

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

 span { border-color: rgb(48,81,52); }

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