#306742

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

Shades of Green Pea #306742

Tints of Green Pea #306742

Color information

#306742 (or 0x306742) is unknown color: approx Green Pea. HEX triplet: 30, 67 and 42. RGB value is (48,103,66). Sum of RGB (Red+Green+Blue) = 48+103+66=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #306742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306742 is #CF98BD. Grayscale: #525252. Windows color (decimal): -13605054 or 4351792. OLE color: 4351792.

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

Color convert

RGB4810366-
CMYK0.5300.360.60
HSL139.64º36.42%29.61%-
HSV(B)139.64º53.4%40.39%-
XYZ7.0510.726.85-
YUV82.34118.78103.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 103 (40.62% from 255) = 47.47%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=22.12%
G=47.47%
B=30.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103660.5300.360.60139.6436.4229.61
Hex306742350243C8c241e
Octal6014710265044742144436
Binary1100001100111100001011010101001001111001000110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306742; }

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

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

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

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

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

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

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

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