Html Css Color HEX #2A5E3D Green Pea

📋 copy color: '#2A5E3D'

red 42 ◦ green 94 ◦ blue 61

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

Shades of Green Pea #2A5E3D

Tints of Green Pea #2A5E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.72%

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 21.32%
G = 47.72%
B = 30.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#2A5E3D (or 0x2A5E3D) is known color: Green Pea. HEX triplet: 2A, 5E and 3D. RGB value is (42,94,61). Sum of RGB (Red+Green+Blue) = 42+94+61=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #2A5E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5E3D is #D5A1C2. Grayscale: #4A4A4A. Windows color (decimal): -14000579 or 4021802. OLE color: 4021802.

HSL color Cylindrical-coordinate representation of color #2A5E3D: hue angle of 141.92º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5E3D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB 42 94 61 -
CMYK 0.55 0 0.35 0.63
HSL 141.92º 0.38% 0.27% -
HSV(B) 141.92º 0.55% 0.37% -
XYZ 5.8 8.83 5.81 -
YUV 74.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 42 94 61 0.55 0 0.35 0.63 141.92 0.38 0.27
Hex 2A 5E 3D 37 0 23 3F 8E 26 1B
Octal 52 136 75 67 0 43 77 216 46 33
Binary 101010 1011110 111101 110111 0 100011 111111 10001110 100110 11011

Color Harmonies of #2A5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5E3D

Black with #2A5E3D

Text Example


Text Example

White with #2A5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,94,61); }

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

background-color css

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

 a { background-color: rgb(42,94,61); }

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

border-color css

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

 span { border-color: rgb(42,94,61); }

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