Html Css Color HEX #2DBC7F Jungle Green

📋 copy color: '#2DBC7F'

red 45 ◦ green 188 ◦ blue 127

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

Shades of Jungle Green #2DBC7F

Tints of Jungle Green #2DBC7F

RGB

 RED value IS 45 (17.97% from 255) = 12.5%

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

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

R = 12.5%
G = 52.22%
B = 35.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#2DBC7F (or 0x2DBC7F) is known color: Jungle Green. HEX triplet: 2D, BC and 7F. RGB value is (45,188,127). Sum of RGB (Red+Green+Blue) = 45+188+127=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC7F is #D24380. Grayscale: #8A8A8A. Windows color (decimal): -13779841 or 8371245. OLE color: 8371245.

HSL color Cylindrical-coordinate representation of color #2DBC7F: hue angle of 154.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC7F is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 188 127 -
CMYK 0.76 0 0.32 0.26
HSL 154.41º 0.61% 0.46% -
HSV(B) 154.41º 0.76% 0.74% -
XYZ 22.9 38.06 26.22 -
YUV 138.29 121.62 61.46 -
System Red Green Blue C M Y K H S L
Decimal 45 188 127 0.76 0 0.32 0.26 154.41 0.61 0.46
Hex 2D BC 7F 4C 0 20 1A 9A 3D 2E
Octal 55 274 177 114 0 40 32 232 75 56
Binary 101101 10111100 1111111 1001100 0 100000 11010 10011010 111101 101110

Color Harmonies of #2DBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC7F

Black with #2DBC7F

Text Example


Text Example

White with #2DBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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