Html Css Color HEX #2CA575 Jungle Green

📋 copy color: '#2CA575'

red 44 ◦ green 165 ◦ blue 117

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

Shades of Jungle Green #2CA575

Tints of Jungle Green #2CA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.61%

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 13.5%
G = 50.61%
B = 35.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#2CA575 (or 0x2CA575) is known color: Jungle Green. HEX triplet: 2C, A5 and 75. RGB value is (44,165,117). Sum of RGB (Red+Green+Blue) = 44+165+117=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA575 is #D35A8A. Grayscale: #7B7B7B. Windows color (decimal): -13851275 or 7709996. OLE color: 7709996.

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

Color convert

RGB 44 165 117 -
CMYK 0.73 0 0.29 0.35
HSL 156.2º 0.58% 0.41% -
HSV(B) 156.2º 0.73% 0.65% -
XYZ 17.7 28.73 21.44 -
YUV 123.35 124.41 71.4 -
System Red Green Blue C M Y K H S L
Decimal 44 165 117 0.73 0 0.29 0.35 156.2 0.58 0.41
Hex 2C A5 75 49 0 1D 23 9C 3A 29
Octal 54 245 165 111 0 35 43 234 72 51
Binary 101100 10100101 1110101 1001001 0 11101 100011 10011100 111010 101001

Color Harmonies of #2CA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA575

Black with #2CA575

Text Example


Text Example

White with #2CA575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,165,117); }

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

background-color css

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

 a { background-color: rgb(44,165,117); }

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

border-color css

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

 span { border-color: rgb(44,165,117); }

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