Html Css Color HEX #2A724B Green Pea

📋 copy color: '#2A724B'

red 42 ◦ green 114 ◦ blue 75

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

Shades of Green Pea #2A724B

Tints of Green Pea #2A724B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 18.18%
G = 49.35%
B = 32.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#2A724B (or 0x2A724B) is known color: Green Pea. HEX triplet: 2A, 72 and 4B. RGB value is (42,114,75). Sum of RGB (Red+Green+Blue) = 42+114+75=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #2A724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A724B is #D58DB4. Grayscale: #585858. Windows color (decimal): -13995445 or 4944426. OLE color: 4944426.

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

Color convert

RGB 42 114 75 -
CMYK 0.63 0 0.34 0.55
HSL 147.5º 0.46% 0.31% -
HSV(B) 147.5º 0.63% 0.45% -
XYZ 8.24 13.03 8.74 -
YUV 88.03 120.65 95.17 -
System Red Green Blue C M Y K H S L
Decimal 42 114 75 0.63 0 0.34 0.55 147.5 0.46 0.31
Hex 2A 72 4B 3F 0 22 37 94 2E 1F
Octal 52 162 113 77 0 42 67 224 56 37
Binary 101010 1110010 1001011 111111 0 100010 110111 10010100 101110 11111

Color Harmonies of #2A724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A724B

Black with #2A724B

Text Example


Text Example

White with #2A724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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