Html Css Color HEX #2A5942 Green Pea

📋 copy color: '#2A5942'

red 42 ◦ green 89 ◦ blue 66

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

Shades of Green Pea #2A5942

Tints of Green Pea #2A5942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 21.32%
G = 45.18%
B = 33.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#2A5942 (or 0x2A5942) is known color: Green Pea. HEX triplet: 2A, 59 and 42. RGB value is (42,89,66). Sum of RGB (Red+Green+Blue) = 42+89+66=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5942 is #D5A6BD. Grayscale: #484848. Windows color (decimal): -14001854 or 4348202. OLE color: 4348202.

HSL color Cylindrical-coordinate representation of color #2A5942: hue angle of 150.64º 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 #2A5942 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 89 66 -
CMYK 0.53 0 0.26 0.65
HSL 150.64º 0.36% 0.26% -
HSV(B) 150.64º 0.53% 0.35% -
XYZ 5.51 8.03 6.41 -
YUV 72.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 42 89 66 0.53 0 0.26 0.65 150.64 0.36 0.26
Hex 2A 59 42 35 0 1A 41 97 24 1A
Octal 52 131 102 65 0 32 101 227 44 32
Binary 101010 1011001 1000010 110101 0 11010 1000001 10010111 100100 11010

Color Harmonies of #2A5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5942

Black with #2A5942

Text Example


Text Example

White with #2A5942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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