Html Css Color HEX #2A613F Green Pea

📋 copy color: '#2A613F'

red 42 ◦ green 97 ◦ blue 63

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

Shades of Green Pea #2A613F

Tints of Green Pea #2A613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

 BLUE value IS 63 (25% from 255) = 31.19%

R = 20.79%
G = 48.02%
B = 31.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#2A613F (or 0x2A613F) is known color: Green Pea. HEX triplet: 2A, 61 and 3F. RGB value is (42,97,63). Sum of RGB (Red+Green+Blue) = 42+97+63=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #2A613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A613F is #D59EC0. Grayscale: #4C4C4C. Windows color (decimal): -13999809 or 4153642. OLE color: 4153642.

HSL color Cylindrical-coordinate representation of color #2A613F: hue angle of 142.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A613F is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 97 63 -
CMYK 0.57 0 0.35 0.62
HSL 142.91º 0.4% 0.27% -
HSV(B) 142.91º 0.57% 0.38% -
XYZ 6.13 9.4 6.19 -
YUV 76.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 42 97 63 0.57 0 0.35 0.62 142.91 0.4 0.27
Hex 2A 61 3F 39 0 23 3E 8F 28 1B
Octal 52 141 77 71 0 43 76 217 50 33
Binary 101010 1100001 111111 111001 0 100011 111110 10001111 101000 11011

Color Harmonies of #2A613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A613F

Black with #2A613F

Text Example


Text Example

White with #2A613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,97,63); }

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

background-color css

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

 a { background-color: rgb(42,97,63); }

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

border-color css

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

 span { border-color: rgb(42,97,63); }

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