#306948

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

Shades of Green Pea #306948

Tints of Green Pea #306948

Color information

#306948 (or 0x306948) is unknown color: approx Green Pea. HEX triplet: 30, 69 and 48. RGB value is (48,105,72). Sum of RGB (Red+Green+Blue) = 48+105+72=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #306948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306948 is #CF96B7. Grayscale: #545454. Windows color (decimal): -13604536 or 4745520. OLE color: 4745520.

HSL color Cylindrical-coordinate representation of color #306948: hue angle of 145.26º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306948 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB4810572-
CMYK0.5400.310.59
HSL145.26º37.25%30%-
HSV(B)145.26º54.29%41.18%-
XYZ7.4411.27.9-
YUV84.2121.12102.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 72 (28.52% from 255) = 32%
R=21.33%
G=46.67%
B=32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105720.5400.310.59145.2637.2530
Hex3069483601F3B91251e
Octal6015111066037732214536
Binary110000110100110010001101100111111110111001000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306948; }

 p { color: rgb(48,105,72); }

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

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

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

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

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

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

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