#306E45

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

Shades of Green Pea #306E45

Tints of Green Pea #306E45

Color information

#306E45 (or 0x306E45) is unknown color: approx Green Pea. HEX triplet: 30, 6E and 45. RGB value is (48,110,69). Sum of RGB (Red+Green+Blue) = 48+110+69=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #306E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306E45 is #CF91BA. Grayscale: #565656. Windows color (decimal): -13603259 or 4550192. OLE color: 4550192.

HSL color Cylindrical-coordinate representation of color #306E45: hue angle of 140.32º 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 #306E45 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB4811069-
CMYK0.5600.370.57
HSL140.32º39.24%30.98%-
HSV(B)140.32º56.36%43.14%-
XYZ7.8712.217.57-
YUV86.79117.96100.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 110 (43.36% from 255) = 48.46%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=21.15%
G=48.46%
B=30.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48110690.5600.370.57140.3239.2430.98
Hex306E4538025398c271f
Octal6015610570045712144737
Binary1100001101110100010111100001001011110011000110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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