Html Css Color HEX #2DB68F Jungle Green

📋 copy color: '#2DB68F'

red 45 ◦ green 182 ◦ blue 143

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

Shades of Jungle Green #2DB68F

Tints of Jungle Green #2DB68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.19%

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 12.16%
G = 49.19%
B = 38.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#2DB68F (or 0x2DB68F) is known color: Jungle Green. HEX triplet: 2D, B6 and 8F. RGB value is (45,182,143). Sum of RGB (Red+Green+Blue) = 45+182+143=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB68F is #D24970. Grayscale: #888888. Windows color (decimal): -13781361 or 9418285. OLE color: 9418285.

HSL color Cylindrical-coordinate representation of color #2DB68F: hue angle of 162.92º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB68F is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 143 -
CMYK 0.75 0 0.21 0.29
HSL 162.92º 0.6% 0.45% -
HSV(B) 162.92º 0.75% 0.71% -
XYZ 22.77 36 31.73 -
YUV 136.59 131.61 62.67 -
System Red Green Blue C M Y K H S L
Decimal 45 182 143 0.75 0 0.21 0.29 162.92 0.6 0.45
Hex 2D B6 8F 4B 0 15 1D A3 3C 2D
Octal 55 266 217 113 0 25 35 243 74 55
Binary 101101 10110110 10001111 1001011 0 10101 11101 10100011 111100 101101

Color Harmonies of #2DB68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB68F

Black with #2DB68F

Text Example


Text Example

White with #2DB68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,182,143); }

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

background-color css

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

 a { background-color: rgb(45,182,143); }

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

border-color css

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

 span { border-color: rgb(45,182,143); }

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