Html Css Color HEX #2CA67D Jungle Green

📋 copy color: '#2CA67D'

red 44 ◦ green 166 ◦ blue 125

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

Shades of Jungle Green #2CA67D

Tints of Jungle Green #2CA67D

RGB

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

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

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

R = 13.13%
G = 49.55%
B = 37.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#2CA67D (or 0x2CA67D) is known color: Jungle Green. HEX triplet: 2C, A6 and 7D. RGB value is (44,166,125). Sum of RGB (Red+Green+Blue) = 44+166+125=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA67D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA67D is #D35982. Grayscale: #7C7C7C. Windows color (decimal): -13851011 or 8234540. OLE color: 8234540.

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

Color convert

RGB 44 166 125 -
CMYK 0.73 0 0.25 0.35
HSL 159.84º 0.58% 0.41% -
HSV(B) 159.84º 0.73% 0.65% -
XYZ 18.38 29.29 24.09 -
YUV 124.85 128.08 70.33 -
System Red Green Blue C M Y K H S L
Decimal 44 166 125 0.73 0 0.25 0.35 159.84 0.58 0.41
Hex 2C A6 7D 49 0 19 23 A0 3A 29
Octal 54 246 175 111 0 31 43 240 72 51
Binary 101100 10100110 1111101 1001001 0 11001 100011 10100000 111010 101001

Color Harmonies of #2CA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA67D

Black with #2CA67D

Text Example


Text Example

White with #2CA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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