Html Css Color HEX #2DB28C Jungle Green

📋 copy color: '#2DB28C'

red 45 ◦ green 178 ◦ blue 140

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

Shades of Jungle Green #2DB28C

Tints of Jungle Green #2DB28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.04%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 12.4%
G = 49.04%
B = 38.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#2DB28C (or 0x2DB28C) is known color: Jungle Green. HEX triplet: 2D, B2 and 8C. RGB value is (45,178,140). Sum of RGB (Red+Green+Blue) = 45+178+140=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB28C is #D24D73. Grayscale: #858585. Windows color (decimal): -13782388 or 9220653. OLE color: 9220653.

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

Color convert

RGB 45 178 140 -
CMYK 0.75 0 0.21 0.30
HSL 162.86º 0.6% 0.44% -
HSV(B) 162.86º 0.75% 0.7% -
XYZ 21.74 34.29 30.28 -
YUV 133.9 131.44 64.59 -
System Red Green Blue C M Y K H S L
Decimal 45 178 140 0.75 0 0.21 0.30 162.86 0.6 0.44
Hex 2D B2 8C 4B 0 15 1E A3 3C 2C
Octal 55 262 214 113 0 25 36 243 74 54
Binary 101101 10110010 10001100 1001011 0 10101 11110 10100011 111100 101100

Color Harmonies of #2DB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB28C

Black with #2DB28C

Text Example


Text Example

White with #2DB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,178,140); }

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

background-color css

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

 a { background-color: rgb(45,178,140); }

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

border-color css

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

 span { border-color: rgb(45,178,140); }

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