Html Css Color HEX #2A6242 Green Pea

📋 copy color: '#2A6242'

red 42 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #2A6242

Tints of Green Pea #2A6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.57%

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

R = 20.39%
G = 47.57%
B = 32.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#2A6242 (or 0x2A6242) is known color: Green Pea. HEX triplet: 2A, 62 and 42. RGB value is (42,98,66). Sum of RGB (Red+Green+Blue) = 42+98+66=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6242 is #D59DBD. Grayscale: #4D4D4D. Windows color (decimal): -13999550 or 4350506. OLE color: 4350506.

HSL color Cylindrical-coordinate representation of color #2A6242: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6242 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 98 66 -
CMYK 0.57 0 0.33 0.62
HSL 145.71º 0.4% 0.27% -
HSV(B) 145.71º 0.57% 0.38% -
XYZ 6.31 9.62 6.68 -
YUV 77.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 42 98 66 0.57 0 0.33 0.62 145.71 0.4 0.27
Hex 2A 62 42 39 0 21 3E 92 28 1B
Octal 52 142 102 71 0 41 76 222 50 33
Binary 101010 1100010 1000010 111001 0 100001 111110 10010010 101000 11011

Color Harmonies of #2A6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6242

Black with #2A6242

Text Example


Text Example

White with #2A6242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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