Html Css Color HEX #2A5A41 Green Pea

📋 copy color: '#2A5A41'

red 42 ◦ green 90 ◦ blue 65

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

Shades of Green Pea #2A5A41

Tints of Green Pea #2A5A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 21.32%
G = 45.69%
B = 32.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#2A5A41 (or 0x2A5A41) is known color: Green Pea. HEX triplet: 2A, 5A and 41. RGB value is (42,90,65). Sum of RGB (Red+Green+Blue) = 42+90+65=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5A41 is #D5A5BE. Grayscale: #484848. Windows color (decimal): -14001599 or 4282922. OLE color: 4282922.

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

Color convert

RGB 42 90 65 -
CMYK 0.53 0 0.28 0.65
HSL 148.75º 0.36% 0.26% -
HSV(B) 148.75º 0.53% 0.35% -
XYZ 5.57 8.19 6.29 -
YUV 72.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 42 90 65 0.53 0 0.28 0.65 148.75 0.36 0.26
Hex 2A 5A 41 35 0 1C 41 95 24 1A
Octal 52 132 101 65 0 34 101 225 44 32
Binary 101010 1011010 1000001 110101 0 11100 1000001 10010101 100100 11010

Color Harmonies of #2A5A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5A41

Black with #2A5A41

Text Example


Text Example

White with #2A5A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,90,65); }

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

background-color css

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

 a { background-color: rgb(42,90,65); }

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

border-color css

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

 span { border-color: rgb(42,90,65); }

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