#306042

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

Shades of Green Pea #306042

Tints of Green Pea #306042

Color information

#306042 (or 0x306042) is unknown color: approx Green Pea. HEX triplet: 30, 60 and 42. RGB value is (48,96,66). Sum of RGB (Red+Green+Blue) = 48+96+66=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #306042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306042 is #CF9FBD. Grayscale: #4E4E4E. Windows color (decimal): -13606846 or 4350000. OLE color: 4350000.

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

Color convert

RGB489666-
CMYK0.5000.310.62
HSL142.5º33.33%28.24%-
HSV(B)142.5º50%37.65%-
XYZ6.399.396.63-
YUV78.23121.1106.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=22.86%
G=45.71%
B=31.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896660.5000.310.62142.533.3328.24
Hex3060423201F3E8e211c
Octal6014010262037762164134
Binary110000110000010000101100100111111111101000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306042; }

 p { color: rgb(48,96,66); }

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

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

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

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

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

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

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