Html Css Color HEX #2CBB90 Jungle Green

📋 copy color: '#2CBB90'

red 44 ◦ green 187 ◦ blue 144

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

Shades of Jungle Green #2CBB90

Tints of Jungle Green #2CBB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 11.73%
G = 49.87%
B = 38.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#2CBB90 (or 0x2CBB90) is known color: Jungle Green. HEX triplet: 2C, BB and 90. RGB value is (44,187,144). Sum of RGB (Red+Green+Blue) = 44+187+144=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBB90 is #D3446F. Grayscale: #8B8B8B. Windows color (decimal): -13845616 or 9485100. OLE color: 9485100.

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

Color convert

RGB 44 187 144 -
CMYK 0.76 0 0.23 0.27
HSL 161.96º 0.62% 0.45% -
HSV(B) 161.96º 0.76% 0.73% -
XYZ 23.84 38.09 32.48 -
YUV 139.34 130.62 60 -
System Red Green Blue C M Y K H S L
Decimal 44 187 144 0.76 0 0.23 0.27 161.96 0.62 0.45
Hex 2C BB 90 4C 0 17 1B A2 3E 2D
Octal 54 273 220 114 0 27 33 242 76 55
Binary 101100 10111011 10010000 1001100 0 10111 11011 10100010 111110 101101

Color Harmonies of #2CBB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB90

Black with #2CBB90

Text Example


Text Example

White with #2CBB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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