Html Css Color HEX #2A724A Green Pea

📋 copy color: '#2A724A'

red 42 ◦ green 114 ◦ blue 74

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

Shades of Green Pea #2A724A

Tints of Green Pea #2A724A

RGB

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

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

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

R = 18.26%
G = 49.57%
B = 32.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#2A724A (or 0x2A724A) is known color: Green Pea. HEX triplet: 2A, 72 and 4A. RGB value is (42,114,74). Sum of RGB (Red+Green+Blue) = 42+114+74=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #2A724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A724A is #D58DB5. Grayscale: #575757. Windows color (decimal): -13995446 or 4878890. OLE color: 4878890.

HSL color Cylindrical-coordinate representation of color #2A724A: hue angle of 146.67º 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 #2A724A is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 114 74 -
CMYK 0.63 0 0.35 0.55
HSL 146.67º 0.46% 0.31% -
HSV(B) 146.67º 0.63% 0.45% -
XYZ 8.21 13.02 8.56 -
YUV 87.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 42 114 74 0.63 0 0.35 0.55 146.67 0.46 0.31
Hex 2A 72 4A 3F 0 23 37 93 2E 1F
Octal 52 162 112 77 0 43 67 223 56 37
Binary 101010 1110010 1001010 111111 0 100011 110111 10010011 101110 11111

Color Harmonies of #2A724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A724A

Black with #2A724A

Text Example


Text Example

White with #2A724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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