Html Css Color HEX #2CA678 Jungle Green

📋 copy color: '#2CA678'

red 44 ◦ green 166 ◦ blue 120

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

Shades of Jungle Green #2CA678

Tints of Jungle Green #2CA678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 13.33%
G = 50.3%
B = 36.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#2CA678 (or 0x2CA678) is known color: Jungle Green. HEX triplet: 2C, A6 and 78. RGB value is (44,166,120). Sum of RGB (Red+Green+Blue) = 44+166+120=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA678 is #D35987. Grayscale: #7C7C7C. Windows color (decimal): -13851016 or 7906860. OLE color: 7906860.

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

Color convert

RGB 44 166 120 -
CMYK 0.73 0 0.28 0.35
HSL 157.38º 0.58% 0.41% -
HSV(B) 157.38º 0.73% 0.65% -
XYZ 18.07 29.16 22.45 -
YUV 124.28 125.58 70.74 -
System Red Green Blue C M Y K H S L
Decimal 44 166 120 0.73 0 0.28 0.35 157.38 0.58 0.41
Hex 2C A6 78 49 0 1C 23 9D 3A 29
Octal 54 246 170 111 0 34 43 235 72 51
Binary 101100 10100110 1111000 1001001 0 11100 100011 10011101 111010 101001

Color Harmonies of #2CA678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA678

Black with #2CA678

Text Example


Text Example

White with #2CA678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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