Html Css Color HEX #306A46 Green Pea

📋 copy color: '#306A46'

red 48 ◦ green 106 ◦ blue 70

#306A46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #306A46

Tints of Green Pea #306A46

RGB

 RED value IS 48 (19.14% from 255) = 21.43%

 GREEN value IS 106 (41.8% from 255) = 47.32%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 21.43%
G = 47.32%
B = 31.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#306A46 (or 0x306A46) is known color: Green Pea. HEX triplet: 30, 6A and 46. RGB value is (48,106,70). Sum of RGB (Red+Green+Blue) = 48+106+70=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #306A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A46 is #CF95B9. Grayscale: #545454. Windows color (decimal): -13604282 or 4614704. OLE color: 4614704.

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

Color convert

RGB 48 106 70 -
CMYK 0.55 0 0.34 0.58
HSL 142.76º 0.38% 0.3% -
HSV(B) 142.76º 0.55% 0.42% -
XYZ 7.48 11.38 7.6 -
YUV 84.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 48 106 70 0.55 0 0.34 0.58 142.76 0.38 0.3
Hex 30 6A 46 37 0 22 3A 8F 26 1E
Octal 60 152 106 67 0 42 72 217 46 36
Binary 110000 1101010 1000110 110111 0 100010 111010 10001111 100110 11110

Color Harmonies of #306A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A46

Black with #306A46

Text Example


Text Example

White with #306A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,106,70); }

 H1.HeaderClassName
 {
   color: #306A46;
 }
 .AnyTagClassName
 {
   color: #306A46;
 }
</style>

background-color css

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

 a { background-color: rgb(48,106,70); }

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

border-color css

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

 span { border-color: rgb(48,106,70); }

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