Html Css Color HEX #306A4C Green Pea

📋 copy color: '#306A4C'

red 48 ◦ green 106 ◦ blue 76

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

Shades of Green Pea #306A4C

Tints of Green Pea #306A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 20.87%
G = 46.09%
B = 33.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#306A4C (or 0x306A4C) is known color: Green Pea. HEX triplet: 30, 6A and 4C. RGB value is (48,106,76). Sum of RGB (Red+Green+Blue) = 48+106+76=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #306A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A4C is #CF95B3. Grayscale: #555555. Windows color (decimal): -13604276 or 5007920. OLE color: 5007920.

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

Color convert

RGB 48 106 76 -
CMYK 0.55 0 0.28 0.58
HSL 148.97º 0.38% 0.3% -
HSV(B) 148.97º 0.55% 0.42% -
XYZ 7.68 11.46 8.64 -
YUV 85.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 48 106 76 0.55 0 0.28 0.58 148.97 0.38 0.3
Hex 30 6A 4C 37 0 1C 3A 95 26 1E
Octal 60 152 114 67 0 34 72 225 46 36
Binary 110000 1101010 1001100 110111 0 11100 111010 10010101 100110 11110

Color Harmonies of #306A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A4C

Black with #306A4C

Text Example


Text Example

White with #306A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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