Html Css Color HEX #2CB98D Jungle Green

📋 copy color: '#2CB98D'

red 44 ◦ green 185 ◦ blue 141

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

Shades of Jungle Green #2CB98D

Tints of Jungle Green #2CB98D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50%

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 11.89%
G = 50%
B = 38.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#2CB98D (or 0x2CB98D) is known color: Jungle Green. HEX triplet: 2C, B9 and 8D. RGB value is (44,185,141). Sum of RGB (Red+Green+Blue) = 44+185+141=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB98D is #D34672. Grayscale: #898989. Windows color (decimal): -13846131 or 9287980. OLE color: 9287980.

HSL color Cylindrical-coordinate representation of color #2CB98D: hue angle of 161.28º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB98D is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 185 141 -
CMYK 0.76 0 0.24 0.27
HSL 161.28º 0.62% 0.45% -
HSV(B) 161.28º 0.76% 0.73% -
XYZ 23.2 37.16 31.15 -
YUV 137.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 44 185 141 0.76 0 0.24 0.27 161.28 0.62 0.45
Hex 2C B9 8D 4C 0 18 1B A1 3E 2D
Octal 54 271 215 114 0 30 33 241 76 55
Binary 101100 10111001 10001101 1001100 0 11000 11011 10100001 111110 101101

Color Harmonies of #2CB98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB98D

Black with #2CB98D

Text Example


Text Example

White with #2CB98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,185,141); }

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

background-color css

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

 a { background-color: rgb(44,185,141); }

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

border-color css

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

 span { border-color: rgb(44,185,141); }

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