Html Css Color HEX #2CA675 Jungle Green

📋 copy color: '#2CA675'

red 44 ◦ green 166 ◦ blue 117

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

Shades of Jungle Green #2CA675

Tints of Jungle Green #2CA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.76%

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

R = 13.46%
G = 50.76%
B = 35.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#2CA675 (or 0x2CA675) is known color: Jungle Green. HEX triplet: 2C, A6 and 75. RGB value is (44,166,117). Sum of RGB (Red+Green+Blue) = 44+166+117=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA675 is #D3598A. Grayscale: #7C7C7C. Windows color (decimal): -13851019 or 7710252. OLE color: 7710252.

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

Color convert

RGB 44 166 117 -
CMYK 0.73 0 0.30 0.35
HSL 155.9º 0.58% 0.41% -
HSV(B) 155.9º 0.73% 0.65% -
XYZ 17.89 29.09 21.5 -
YUV 123.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 44 166 117 0.73 0 0.30 0.35 155.9 0.58 0.41
Hex 2C A6 75 49 0 1E 23 9C 3A 29
Octal 54 246 165 111 0 36 43 234 72 51
Binary 101100 10100110 1110101 1001001 0 11110 100011 10011100 111010 101001

Color Harmonies of #2CA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA675

Black with #2CA675

Text Example


Text Example

White with #2CA675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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