#306C4A

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

Shades of Green Pea #306C4A

Tints of Green Pea #306C4A

Color information

#306C4A (or 0x306C4A) is unknown color: approx Green Pea. HEX triplet: 30, 6C and 4A. RGB value is (48,108,74). Sum of RGB (Red+Green+Blue) = 48+108+74=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #306C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C4A is #CF93B5. Grayscale: #565656. Windows color (decimal): -13603766 or 4877360. OLE color: 4877360.

HSL color Cylindrical-coordinate representation of color #306C4A: hue angle of 146º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C4A is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB4810874-
CMYK0.5600.310.58
HSL146º38.46%30.59%-
HSV(B)146º55.56%42.35%-
XYZ7.8211.858.35-
YUV86.18121.12100.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=20.87%
G=46.96%
B=32.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48108740.5600.310.5814638.4630.59
Hex306C4A3801F3A92261f
Octal6015411270037722224637
Binary110000110110010010101110000111111110101001001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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