Html Css Color HEX #306A4A Green Pea

📋 copy color: '#306A4A'

red 48 ◦ green 106 ◦ blue 74

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

Shades of Green Pea #306A4A

Tints of Green Pea #306A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 21.05%
G = 46.49%
B = 32.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#306A4A (or 0x306A4A) is known color: Green Pea. HEX triplet: 30, 6A and 4A. RGB value is (48,106,74). Sum of RGB (Red+Green+Blue) = 48+106+74=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #306A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A4A is #CF95B5. Grayscale: #555555. Windows color (decimal): -13604278 or 4876848. OLE color: 4876848.

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

Color convert

RGB 48 106 74 -
CMYK 0.55 0 0.30 0.58
HSL 146.9º 0.38% 0.3% -
HSV(B) 146.9º 0.55% 0.42% -
XYZ 7.61 11.43 8.28 -
YUV 85.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 48 106 74 0.55 0 0.30 0.58 146.9 0.38 0.3
Hex 30 6A 4A 37 0 1E 3A 93 26 1E
Octal 60 152 112 67 0 36 72 223 46 36
Binary 110000 1101010 1001010 110111 0 11110 111010 10010011 100110 11110

Color Harmonies of #306A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A4A

Black with #306A4A

Text Example


Text Example

White with #306A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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