Html Css Color HEX #2A593E Green Pea

📋 copy color: '#2A593E'

red 42 ◦ green 89 ◦ blue 62

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

Shades of Green Pea #2A593E

Tints of Green Pea #2A593E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.11%

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

R = 21.76%
G = 46.11%
B = 32.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#2A593E (or 0x2A593E) is known color: Green Pea. HEX triplet: 2A, 59 and 3E. RGB value is (42,89,62). Sum of RGB (Red+Green+Blue) = 42+89+62=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #2A593E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A593E is #D5A6C1. Grayscale: #474747. Windows color (decimal): -14001858 or 4086058. OLE color: 4086058.

HSL color Cylindrical-coordinate representation of color #2A593E: hue angle of 145.53º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A593E is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 89 62 -
CMYK 0.53 0 0.30 0.65
HSL 145.53º 0.36% 0.26% -
HSV(B) 145.53º 0.53% 0.35% -
XYZ 5.4 7.98 5.81 -
YUV 71.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 42 89 62 0.53 0 0.30 0.65 145.53 0.36 0.26
Hex 2A 59 3E 35 0 1E 41 92 24 1A
Octal 52 131 76 65 0 36 101 222 44 32
Binary 101010 1011001 111110 110101 0 11110 1000001 10010010 100100 11010

Color Harmonies of #2A593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A593E

Black with #2A593E

Text Example


Text Example

White with #2A593E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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