#306145

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

Shades of Green Pea #306145

Tints of Green Pea #306145

Color information

#306145 (or 0x306145) is unknown color: approx Green Pea. HEX triplet: 30, 61 and 45. RGB value is (48,97,69). Sum of RGB (Red+Green+Blue) = 48+97+69=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #306145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306145 is #CF9EBA. Grayscale: #4F4F4F. Windows color (decimal): -13606587 or 4546864. OLE color: 4546864.

HSL color Cylindrical-coordinate representation of color #306145: hue angle of 145.71º 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 #306145 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB489769-
CMYK0.5100.290.62
HSL145.71º33.79%28.43%-
HSV(B)145.71º50.52%38.04%-
XYZ6.579.617.14-
YUV79.16122.27105.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 69 (27.34% from 255) = 32.24%
R=22.43%
G=45.33%
B=32.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897690.5100.290.62145.7133.7928.43
Hex3061453301D3E92221c
Octal6014110563035762224234
Binary110000110000110001011100110111011111101001001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306145; }

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

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

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

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

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

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

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

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