Html Css Color HEX #2A714C Green Pea

📋 copy color: '#2A714C'

red 42 ◦ green 113 ◦ blue 76

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

Shades of Green Pea #2A714C

Tints of Green Pea #2A714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 18.18%
G = 48.92%
B = 32.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#2A714C (or 0x2A714C) is known color: Green Pea. HEX triplet: 2A, 71 and 4C. RGB value is (42,113,76). Sum of RGB (Red+Green+Blue) = 42+113+76=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #2A714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A714C is #D58EB3. Grayscale: #575757. Windows color (decimal): -13995700 or 5009706. OLE color: 5009706.

HSL color Cylindrical-coordinate representation of color #2A714C: hue angle of 148.73º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A714C is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 113 76 -
CMYK 0.63 0 0.33 0.56
HSL 148.73º 0.46% 0.3% -
HSV(B) 148.73º 0.63% 0.44% -
XYZ 8.16 12.82 8.88 -
YUV 87.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 42 113 76 0.63 0 0.33 0.56 148.73 0.46 0.3
Hex 2A 71 4C 3F 0 21 38 95 2E 1E
Octal 52 161 114 77 0 41 70 225 56 36
Binary 101010 1110001 1001100 111111 0 100001 111000 10010101 101110 11110

Color Harmonies of #2A714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A714C

Black with #2A714C

Text Example


Text Example

White with #2A714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,113,76); }

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

background-color css

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

 a { background-color: rgb(42,113,76); }

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

border-color css

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

 span { border-color: rgb(42,113,76); }

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