Html Css Color HEX #2CBC7F Jungle Green

📋 copy color: '#2CBC7F'

red 44 ◦ green 188 ◦ blue 127

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

Shades of Jungle Green #2CBC7F

Tints of Jungle Green #2CBC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 12.26%
G = 52.37%
B = 35.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#2CBC7F (or 0x2CBC7F) is known color: Jungle Green. HEX triplet: 2C, BC and 7F. RGB value is (44,188,127). Sum of RGB (Red+Green+Blue) = 44+188+127=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC7F is #D34380. Grayscale: #8A8A8A. Windows color (decimal): -13845377 or 8371244. OLE color: 8371244.

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

Color convert

RGB 44 188 127 -
CMYK 0.77 0 0.32 0.26
HSL 154.58º 0.62% 0.45% -
HSV(B) 154.58º 0.77% 0.74% -
XYZ 22.85 38.03 26.22 -
YUV 137.99 121.79 60.96 -
System Red Green Blue C M Y K H S L
Decimal 44 188 127 0.77 0 0.32 0.26 154.58 0.62 0.45
Hex 2C BC 7F 4D 0 20 1A 9B 3E 2D
Octal 54 274 177 115 0 40 32 233 76 55
Binary 101100 10111100 1111111 1001101 0 100000 11010 10011011 111110 101101

Color Harmonies of #2CBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC7F

Black with #2CBC7F

Text Example


Text Example

White with #2CBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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