#2A6441

Color #2A6441 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #2A6441

Tints of Green Pea #2A6441

Color information

#2A6441 (or 0x2A6441) is unknown color: approx Green Pea. HEX triplet: 2A, 64 and 41. RGB value is (42,100,65). Sum of RGB (Red+Green+Blue) = 42+100+65=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #2A6441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6441 is #D59BBE. Grayscale: #4E4E4E. Windows color (decimal): -13999039 or 4285482. OLE color: 4285482.

HSL color Cylindrical-coordinate representation of color #2A6441: hue angle of 143.79º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6441 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB4210065-
CMYK0.5800.350.61
HSL143.79º40.85%27.84%-
HSV(B)143.79º58%39.22%-
XYZ6.479.996.59-
YUV78.67120.28101.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 100 (39.45% from 255) = 48.31%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=20.29%
G=48.31%
B=31.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal42100650.5800.350.61143.7940.8527.84
Hex2A64413A0233D90291c
Octal5214410172043752205134
Binary1010101100100100000111101001000111111011001000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A6441;
 }
 .AnyTagClassName
 {
   color: #2A6441;
 }
</style>
background-color css

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

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

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

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

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

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