#2CA384

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

Shades of Jungle Green #2CA384

Tints of Jungle Green #2CA384

Color information

#2CA384 (or 0x2CA384) is unknown color: approx Jungle Green. HEX triplet: 2C, A3 and 84. RGB value is (44,163,132). Sum of RGB (Red+Green+Blue) = 44+163+132=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA384 is #D35C7B. Grayscale: #7B7B7B. Windows color (decimal): -13851772 or 8692524. OLE color: 8692524.

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

Color convert

RGB44163132-
CMYK0.7300.190.36
HSL164.37º57.49%40.59%-
HSV(B)164.37º73.01%63.92%-
XYZ18.328.426.35-
YUV123.88132.5871.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.98%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=12.98%
G=48.08%
B=38.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441631320.7300.190.36164.3757.4940.59
Hex2CA3844901324a43929
Octal54243204111023442447151
Binary1011001010001110000100100100101001110010010100100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,163,132); }

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

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

 a { background-color: rgb(44,163,132); }

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

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

 span { border-color: rgb(44,163,132); }

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