Html Css Color HEX #2A714D Green Pea

📋 copy color: '#2A714D'

red 42 ◦ green 113 ◦ blue 77

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

Shades of Green Pea #2A714D

Tints of Green Pea #2A714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 18.1%
G = 48.71%
B = 33.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#2A714D (or 0x2A714D) is known color: Green Pea. HEX triplet: 2A, 71 and 4D. RGB value is (42,113,77). Sum of RGB (Red+Green+Blue) = 42+113+77=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #2A714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A714D is #D58EB2. Grayscale: #575757. Windows color (decimal): -13995699 or 5075242. OLE color: 5075242.

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

Color convert

RGB 42 113 77 -
CMYK 0.63 0 0.32 0.56
HSL 149.58º 0.46% 0.3% -
HSV(B) 149.58º 0.63% 0.44% -
XYZ 8.2 12.84 9.07 -
YUV 87.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 42 113 77 0.63 0 0.32 0.56 149.58 0.46 0.3
Hex 2A 71 4D 3F 0 20 38 96 2E 1E
Octal 52 161 115 77 0 40 70 226 56 36
Binary 101010 1110001 1001101 111111 0 100000 111000 10010110 101110 11110

Color Harmonies of #2A714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A714D

Black with #2A714D

Text Example


Text Example

White with #2A714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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