Html Css Color HEX #2CBB8C Jungle Green

📋 copy color: '#2CBB8C'

red 44 ◦ green 187 ◦ blue 140

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

Shades of Jungle Green #2CBB8C

Tints of Jungle Green #2CBB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.4%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 11.86%
G = 50.4%
B = 37.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#2CBB8C (or 0x2CBB8C) is known color: Jungle Green. HEX triplet: 2C, BB and 8C. RGB value is (44,187,140). Sum of RGB (Red+Green+Blue) = 44+187+140=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBB8C is #D34473. Grayscale: #8A8A8A. Windows color (decimal): -13845620 or 9222956. OLE color: 9222956.

HSL color Cylindrical-coordinate representation of color #2CBB8C: hue angle of 160.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 #2CBB8C is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 187 140 -
CMYK 0.76 0 0.25 0.27
HSL 160.28º 0.62% 0.45% -
HSV(B) 160.28º 0.76% 0.73% -
XYZ 23.54 37.97 30.9 -
YUV 138.89 128.62 60.32 -
System Red Green Blue C M Y K H S L
Decimal 44 187 140 0.76 0 0.25 0.27 160.28 0.62 0.45
Hex 2C BB 8C 4C 0 19 1B A0 3E 2D
Octal 54 273 214 114 0 31 33 240 76 55
Binary 101100 10111011 10001100 1001100 0 11001 11011 10100000 111110 101101

Color Harmonies of #2CBB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB8C

Black with #2CBB8C

Text Example


Text Example

White with #2CBB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,187,140); }

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

background-color css

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

 a { background-color: rgb(44,187,140); }

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

border-color css

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

 span { border-color: rgb(44,187,140); }

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