Html Css Color HEX #2A613E Green Pea

📋 copy color: '#2A613E'

red 42 ◦ green 97 ◦ blue 62

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

Shades of Green Pea #2A613E

Tints of Green Pea #2A613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.85%

R = 20.9%
G = 48.26%
B = 30.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#2A613E (or 0x2A613E) is known color: Green Pea. HEX triplet: 2A, 61 and 3E. RGB value is (42,97,62). Sum of RGB (Red+Green+Blue) = 42+97+62=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #2A613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A613E is #D59EC1. Grayscale: #4C4C4C. Windows color (decimal): -13999810 or 4088106. OLE color: 4088106.

HSL color Cylindrical-coordinate representation of color #2A613E: hue angle of 141.82º 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 #2A613E is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 97 62 -
CMYK 0.57 0 0.36 0.62
HSL 141.82º 0.4% 0.27% -
HSV(B) 141.82º 0.57% 0.38% -
XYZ 6.1 9.39 6.05 -
YUV 76.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 42 97 62 0.57 0 0.36 0.62 141.82 0.4 0.27
Hex 2A 61 3E 39 0 24 3E 8E 28 1B
Octal 52 141 76 71 0 44 76 216 50 33
Binary 101010 1100001 111110 111001 0 100100 111110 10001110 101000 11011

Color Harmonies of #2A613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A613E

Black with #2A613E

Text Example


Text Example

White with #2A613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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