Html Css Color HEX #2A714B Green Pea

📋 copy color: '#2A714B'

red 42 ◦ green 113 ◦ blue 75

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

Shades of Green Pea #2A714B

Tints of Green Pea #2A714B

RGB

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

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

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

R = 18.26%
G = 49.13%
B = 32.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#2A714B (or 0x2A714B) is known color: Green Pea. HEX triplet: 2A, 71 and 4B. RGB value is (42,113,75). Sum of RGB (Red+Green+Blue) = 42+113+75=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #2A714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A714B is #D58EB4. Grayscale: #575757. Windows color (decimal): -13995701 or 4944170. OLE color: 4944170.

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

Color convert

RGB 42 113 75 -
CMYK 0.63 0 0.34 0.56
HSL 147.89º 0.46% 0.3% -
HSV(B) 147.89º 0.63% 0.44% -
XYZ 8.13 12.81 8.7 -
YUV 87.44 120.98 95.59 -
System Red Green Blue C M Y K H S L
Decimal 42 113 75 0.63 0 0.34 0.56 147.89 0.46 0.3
Hex 2A 71 4B 3F 0 22 38 94 2E 1E
Octal 52 161 113 77 0 42 70 224 56 36
Binary 101010 1110001 1001011 111111 0 100010 111000 10010100 101110 11110

Color Harmonies of #2A714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A714B

Black with #2A714B

Text Example


Text Example

White with #2A714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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