#306B42

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

Shades of Green Pea #306B42

Tints of Green Pea #306B42

Color information

#306B42 (or 0x306B42) is unknown color: approx Green Pea. HEX triplet: 30, 6B and 42. RGB value is (48,107,66). Sum of RGB (Red+Green+Blue) = 48+107+66=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #306B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B42 is #CF94BD. Grayscale: #545454. Windows color (decimal): -13604030 or 4352816. OLE color: 4352816.

HSL color Cylindrical-coordinate representation of color #306B42: hue angle of 138.31º 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 #306B42 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB4810766-
CMYK0.5500.380.58
HSL138.31º38.06%30.39%-
HSV(B)138.31º55.14%41.96%-
XYZ7.4611.546.99-
YUV84.68117.45101.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 107 (42.19% from 255) = 48.42%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=21.72%
G=48.42%
B=29.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107660.5500.380.58138.3138.0630.39
Hex306B42370263A8a261e
Octal6015310267046722124636
Binary1100001101011100001011011101001101110101000101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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