#306549

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

Shades of Green Pea #306549

Tints of Green Pea #306549

Color information

#306549 (or 0x306549) is unknown color: approx Green Pea. HEX triplet: 30, 65 and 49. RGB value is (48,101,73). Sum of RGB (Red+Green+Blue) = 48+101+73=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #306549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306549 is #CF9AB6. Grayscale: #525252. Windows color (decimal): -13605559 or 4810032. OLE color: 4810032.

HSL color Cylindrical-coordinate representation of color #306549: hue angle of 148.3º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306549 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB4810173-
CMYK0.5200.280.60
HSL148.3º35.57%29.22%-
HSV(B)148.3º52.48%39.61%-
XYZ7.0810.427.94-
YUV81.96122.94103.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=21.62%
G=45.50%
B=32.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101730.5200.280.60148.335.5729.22
Hex3065493401C3C94241d
Octal6014511164034742244435
Binary110000110010110010011101000111001111001001010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306549; }

 p { color: rgb(48,101,73); }

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

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

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

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

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

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

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