#2A644B

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

Shades of Green Pea #2A644B

Tints of Green Pea #2A644B

Color information

#2A644B (or 0x2A644B) is unknown color: approx Green Pea. HEX triplet: 2A, 64 and 4B. RGB value is (42,100,75). Sum of RGB (Red+Green+Blue) = 42+100+75=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #2A644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A644B is #D59BB4. Grayscale: #4F4F4F. Windows color (decimal): -13999029 or 4940842. OLE color: 4940842.

HSL color Cylindrical-coordinate representation of color #2A644B: hue angle of 154.14º 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 #2A644B is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB4210075-
CMYK0.5800.250.61
HSL154.14º40.85%27.84%-
HSV(B)154.14º58%39.22%-
XYZ6.7810.118.25-
YUV79.81125.28101.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 100 (39.45% from 255) = 46.08%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=19.35%
G=46.08%
B=34.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal42100750.5800.250.61154.1440.8527.84
Hex2A644B3A0193D9a291c
Octal5214411372031752325134
Binary101010110010010010111110100110011111011001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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