#2CA281

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

Shades of Jungle Green #2CA281

Tints of Jungle Green #2CA281

Color information

#2CA281 (or 0x2CA281) is unknown color: approx Jungle Green. HEX triplet: 2C, A2 and 81. RGB value is (44,162,129). Sum of RGB (Red+Green+Blue) = 44+162+129=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA281 is #D35D7E. Grayscale: #7A7A7A. Windows color (decimal): -13852031 or 8495660. OLE color: 8495660.

HSL color Cylindrical-coordinate representation of color #2CA281: hue angle of 163.22º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA281 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB44162129-
CMYK0.7300.200.36
HSL163.22º57.28%40.39%-
HSV(B)163.22º72.84%63.53%-
XYZ17.9227.9625.22-
YUV122.96131.4171.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=13.13%
G=48.36%
B=38.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441621290.7300.200.36163.2257.2840.39
Hex2CA2814901424a33928
Octal54242201111024442437150
Binary1011001010001010000001100100101010010010010100011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,162,129); }

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

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

 a { background-color: rgb(44,162,129); }

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

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

 span { border-color: rgb(44,162,129); }

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