Html Css Color HEX #2CBC88 Jungle Green

📋 copy color: '#2CBC88'

red 44 ◦ green 188 ◦ blue 136

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

Shades of Jungle Green #2CBC88

Tints of Jungle Green #2CBC88

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 11.96%
G = 51.09%
B = 36.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#2CBC88 (or 0x2CBC88) is known color: Jungle Green. HEX triplet: 2C, BC and 88. RGB value is (44,188,136). Sum of RGB (Red+Green+Blue) = 44+188+136=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBC88 is #D34377. Grayscale: #8B8B8B. Windows color (decimal): -13845368 or 8961068. OLE color: 8961068.

HSL color Cylindrical-coordinate representation of color #2CBC88: hue angle of 158.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC88 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 188 136 -
CMYK 0.77 0 0.28 0.26
HSL 158.33º 0.62% 0.45% -
HSV(B) 158.33º 0.77% 0.74% -
XYZ 23.47 38.28 29.44 -
YUV 139.02 126.29 60.23 -
System Red Green Blue C M Y K H S L
Decimal 44 188 136 0.77 0 0.28 0.26 158.33 0.62 0.45
Hex 2C BC 88 4D 0 1C 1A 9E 3E 2D
Octal 54 274 210 115 0 34 32 236 76 55
Binary 101100 10111100 10001000 1001101 0 11100 11010 10011110 111110 101101

Color Harmonies of #2CBC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC88

Black with #2CBC88

Text Example


Text Example

White with #2CBC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,188,136); }

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

background-color css

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

 a { background-color: rgb(44,188,136); }

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

border-color css

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

 span { border-color: rgb(44,188,136); }

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