Html Css Color HEX #2CA27D Jungle Green

📋 copy color: '#2CA27D'

red 44 ◦ green 162 ◦ blue 125

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

Shades of Jungle Green #2CA27D

Tints of Jungle Green #2CA27D

RGB

 RED value IS 44 (17.58% from 255) = 13.29%

 GREEN value IS 162 (63.67% from 255) = 48.94%

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 13.29%
G = 48.94%
B = 37.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#2CA27D (or 0x2CA27D) is known color: Jungle Green. HEX triplet: 2C, A2 and 7D. RGB value is (44,162,125). Sum of RGB (Red+Green+Blue) = 44+162+125=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA27D is #D35D82. Grayscale: #7A7A7A. Windows color (decimal): -13852035 or 8233516. OLE color: 8233516.

HSL color Cylindrical-coordinate representation of color #2CA27D: hue angle of 161.19º 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 #2CA27D is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 162 125 -
CMYK 0.73 0 0.23 0.36
HSL 161.19º 0.57% 0.4% -
HSV(B) 161.19º 0.73% 0.64% -
XYZ 17.66 27.86 23.85 -
YUV 122.5 129.41 72.01 -
System Red Green Blue C M Y K H S L
Decimal 44 162 125 0.73 0 0.23 0.36 161.19 0.57 0.4
Hex 2C A2 7D 49 0 17 24 A1 39 28
Octal 54 242 175 111 0 27 44 241 71 50
Binary 101100 10100010 1111101 1001001 0 10111 100100 10100001 111001 101000

Color Harmonies of #2CA27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA27D

Black with #2CA27D

Text Example


Text Example

White with #2CA27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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