#306B4C

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

Shades of Green Pea #306B4C

Tints of Green Pea #306B4C

Color information

#306B4C (or 0x306B4C) is unknown color: approx Green Pea. HEX triplet: 30, 6B and 4C. RGB value is (48,107,76). Sum of RGB (Red+Green+Blue) = 48+107+76=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #306B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B4C is #CF94B3. Grayscale: #555555. Windows color (decimal): -13604020 or 5008176. OLE color: 5008176.

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

Color convert

RGB4810776-
CMYK0.5500.290.58
HSL148.47º38.06%30.39%-
HSV(B)148.47º55.14%41.96%-
XYZ7.7811.678.68-
YUV85.82122.45101.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=20.78%
G=46.32%
B=32.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107760.5500.290.58148.4738.0630.39
Hex306B4C3701D3A94261e
Octal6015311467035722244636
Binary110000110101110011001101110111011110101001010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,107,76); }

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

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

 a { background-color: rgb(48,107,76); }

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

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

 span { border-color: rgb(48,107,76); }

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