#2CBC7E

Color #2CBC7E Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2CBC7E

Tints of Jungle Green #2CBC7E

Color information

#2CBC7E (or 0x2CBC7E) is unknown color: approx Jungle Green. HEX triplet: 2C, BC and 7E. RGB value is (44,188,126). Sum of RGB (Red+Green+Blue) = 44+188+126=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC7E is #D34381. Grayscale: #898989. Windows color (decimal): -13845378 or 8305708. OLE color: 8305708.

HSL color Cylindrical-coordinate representation of color #2CBC7E: hue angle of 154.17º 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 #2CBC7E is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB44188126-
CMYK0.7700.330.26
HSL154.17º62.07%45.49%-
HSV(B)154.17º76.6%73.73%-
XYZ22.7938.0125.87-
YUV137.88121.2961.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.29%
GREEN value IS 188 (73.83% from 255) = 52.51%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=12.29%
G=52.51%
B=35.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441881260.7700.330.26154.1762.0745.49
Hex2CBC7E4D0211A9a3e2d
Octal54274176115041322327655
Binary101100101111001111110100110101000011101010011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CBC7E;
 }
 .AnyTagClassName
 {
   color: #2CBC7E;
 }
</style>
background-color css

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

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

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

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

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

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