Html Css Color HEX #2A5B46 Green Pea

📋 copy color: '#2A5B46'

red 42 ◦ green 91 ◦ blue 70

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

Shades of Green Pea #2A5B46

Tints of Green Pea #2A5B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.83%

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 20.69%
G = 44.83%
B = 34.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#2A5B46 (or 0x2A5B46) is known color: Green Pea. HEX triplet: 2A, 5B and 46. RGB value is (42,91,70). Sum of RGB (Red+Green+Blue) = 42+91+70=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #2A5B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5B46 is #D5A4B9. Grayscale: #494949. Windows color (decimal): -14001338 or 4610858. OLE color: 4610858.

HSL color Cylindrical-coordinate representation of color #2A5B46: hue angle of 154.29º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A5B46 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 91 70 -
CMYK 0.54 0 0.23 0.64
HSL 154.29º 0.37% 0.26% -
HSV(B) 154.29º 0.54% 0.36% -
XYZ 5.8 8.42 7.11 -
YUV 73.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 42 91 70 0.54 0 0.23 0.64 154.29 0.37 0.26
Hex 2A 5B 46 36 0 17 40 9A 25 1A
Octal 52 133 106 66 0 27 100 232 45 32
Binary 101010 1011011 1000110 110110 0 10111 1000000 10011010 100101 11010

Color Harmonies of #2A5B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5B46

Black with #2A5B46

Text Example


Text Example

White with #2A5B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,91,70); }

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

background-color css

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

 a { background-color: rgb(42,91,70); }

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

border-color css

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

 span { border-color: rgb(42,91,70); }

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