#306E4A

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

Shades of Green Pea #306E4A

Tints of Green Pea #306E4A

Color information

#306E4A (or 0x306E4A) is unknown color: approx Green Pea. HEX triplet: 30, 6E and 4A. RGB value is (48,110,74). Sum of RGB (Red+Green+Blue) = 48+110+74=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #306E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306E4A is #CF91B5. Grayscale: #575757. Windows color (decimal): -13603254 or 4877872. OLE color: 4877872.

HSL color Cylindrical-coordinate representation of color #306E4A: hue angle of 145.16º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306E4A is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB4811074-
CMYK0.5600.330.57
HSL145.16º39.24%30.98%-
HSV(B)145.16º56.36%43.14%-
XYZ8.0312.278.42-
YUV87.36120.4699.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=20.69%
G=47.41%
B=31.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48110740.5600.330.57145.1639.2430.98
Hex306E4A380213991271f
Octal6015611270041712214737
Binary1100001101110100101011100001000011110011001000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306E4A; }

 p { color: rgb(48,110,74); }

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

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

 a { background-color: rgb(48,110,74); }

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

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

 span { border-color: rgb(48,110,74); }

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