Html Css Color HEX #2DB68B Jungle Green

📋 copy color: '#2DB68B'

red 45 ◦ green 182 ◦ blue 139

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

Shades of Jungle Green #2DB68B

Tints of Jungle Green #2DB68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 12.3%
G = 49.73%
B = 37.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#2DB68B (or 0x2DB68B) is known color: Jungle Green. HEX triplet: 2D, B6 and 8B. RGB value is (45,182,139). Sum of RGB (Red+Green+Blue) = 45+182+139=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB68B is #D24974. Grayscale: #888888. Windows color (decimal): -13781365 or 9156141. OLE color: 9156141.

HSL color Cylindrical-coordinate representation of color #2DB68B: hue angle of 161.17º 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 #2DB68B is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 139 -
CMYK 0.75 0 0.24 0.29
HSL 161.17º 0.6% 0.45% -
HSV(B) 161.17º 0.75% 0.71% -
XYZ 22.47 35.88 30.17 -
YUV 136.14 129.61 63 -
System Red Green Blue C M Y K H S L
Decimal 45 182 139 0.75 0 0.24 0.29 161.17 0.6 0.45
Hex 2D B6 8B 4B 0 18 1D A1 3C 2D
Octal 55 266 213 113 0 30 35 241 74 55
Binary 101101 10110110 10001011 1001011 0 11000 11101 10100001 111100 101101

Color Harmonies of #2DB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB68B

Black with #2DB68B

Text Example


Text Example

White with #2DB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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