Html Css Color HEX #306149 Green Pea

📋 copy color: '#306149'

red 48 ◦ green 97 ◦ blue 73

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

Shades of Green Pea #306149

Tints of Green Pea #306149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 22.02%
G = 44.5%
B = 33.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#306149 (or 0x306149) is known color: Green Pea. HEX triplet: 30, 61 and 49. RGB value is (48,97,73). Sum of RGB (Red+Green+Blue) = 48+97+73=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #306149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306149 is #CF9EB6. Grayscale: #4F4F4F. Windows color (decimal): -13606583 or 4809008. OLE color: 4809008.

HSL color Cylindrical-coordinate representation of color #306149: hue angle of 150.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306149 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 73 -
CMYK 0.51 0 0.25 0.62
HSL 150.61º 0.34% 0.28% -
HSV(B) 150.61º 0.51% 0.38% -
XYZ 6.7 9.66 7.81 -
YUV 79.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 48 97 73 0.51 0 0.25 0.62 150.61 0.34 0.28
Hex 30 61 49 33 0 19 3E 97 22 1C
Octal 60 141 111 63 0 31 76 227 42 34
Binary 110000 1100001 1001001 110011 0 11001 111110 10010111 100010 11100

Color Harmonies of #306149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306149

Black with #306149

Text Example


Text Example

White with #306149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306149; }

 p { color: rgb(48,97,73); }

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

background-color css

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

 a { background-color: rgb(48,97,73); }

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

border-color css

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

 span { border-color: rgb(48,97,73); }

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