Html Css Color HEX #2A7249 Green Pea

📋 copy color: '#2A7249'

red 42 ◦ green 114 ◦ blue 73

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

Shades of Green Pea #2A7249

Tints of Green Pea #2A7249

RGB

 RED value IS 42 (16.8% from 255) = 18.34%

 GREEN value IS 114 (44.92% from 255) = 49.78%

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

R = 18.34%
G = 49.78%
B = 31.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#2A7249 (or 0x2A7249) is known color: Green Pea. HEX triplet: 2A, 72 and 49. RGB value is (42,114,73). Sum of RGB (Red+Green+Blue) = 42+114+73=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7249 is #D58DB6. Grayscale: #575757. Windows color (decimal): -13995447 or 4813354. OLE color: 4813354.

HSL color Cylindrical-coordinate representation of color #2A7249: hue angle of 145.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7249 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 114 73 -
CMYK 0.63 0 0.36 0.55
HSL 145.83º 0.46% 0.31% -
HSV(B) 145.83º 0.63% 0.45% -
XYZ 8.17 13.01 8.38 -
YUV 87.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 42 114 73 0.63 0 0.36 0.55 145.83 0.46 0.31
Hex 2A 72 49 3F 0 24 37 92 2E 1F
Octal 52 162 111 77 0 44 67 222 56 37
Binary 101010 1110010 1001001 111111 0 100100 110111 10010010 101110 11111

Color Harmonies of #2A7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7249

Black with #2A7249

Text Example


Text Example

White with #2A7249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A7249; }

 p { color: rgb(42,114,73); }

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

background-color css

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

 a { background-color: rgb(42,114,73); }

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

border-color css

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

 span { border-color: rgb(42,114,73); }

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