#306130

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

Shades of Parsley #306130

Tints of Parsley #306130

Color information

#306130 (or 0x306130) is unknown color: approx Parsley. HEX triplet: 30, 61 and 30. RGB value is (48,97,48). Sum of RGB (Red+Green+Blue) = 48+97+48=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #306130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306130 is #CF9ECF. Grayscale: #4C4C4C. Windows color (decimal): -13606608 or 3170608. OLE color: 3170608.

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

Color convert

RGB489748-
CMYK0.5100.510.62
HSL120º33.79%28.43%-
HSV(B)120º50.52%38.04%-
XYZ6.039.394.29-
YUV76.76111.77107.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=24.87%
G=50.26%
B=24.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897480.5100.510.6212033.7928.43
Hex306130330333E78221c
Octal601416063063761704234
Binary11000011000011100001100110110011111110111100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306130; }

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

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

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

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

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

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

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

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