#306642

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

Shades of Green Pea #306642

Tints of Green Pea #306642

Color information

#306642 (or 0x306642) is unknown color: approx Green Pea. HEX triplet: 30, 66 and 42. RGB value is (48,102,66). Sum of RGB (Red+Green+Blue) = 48+102+66=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #306642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306642 is #CF99BD. Grayscale: #515151. Windows color (decimal): -13605310 or 4351536. OLE color: 4351536.

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

Color convert

RGB4810266-
CMYK0.5300.350.6
HSL140º36%29.41%-
HSV(B)140º52.94%40%-
XYZ6.9510.526.82-
YUV81.75119.11103.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=22.22%
G=47.22%
B=30.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102660.5300.350.61403629.41
Hex306642350233C8c241d
Octal6014610265043742144435
Binary1100001100110100001011010101000111111001000110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306642; }

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

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

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

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

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

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

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

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