Html Css Color HEX #39B28D Jungle Green

📋 copy color: '#39B28D'

red 57 ◦ green 178 ◦ blue 141

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

Shades of Jungle Green #39B28D

Tints of Jungle Green #39B28D

RGB

 RED value IS 57 (22.66% from 255) = 15.16%

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 15.16%
G = 47.34%
B = 37.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#39B28D (or 0x39B28D) is known color: Jungle Green. HEX triplet: 39, B2 and 8D. RGB value is (57,178,141). Sum of RGB (Red+Green+Blue) = 57+178+141=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #39B28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B28D is #C64D72. Grayscale: #898989. Windows color (decimal): -12995955 or 9286201. OLE color: 9286201.

HSL color Cylindrical-coordinate representation of color #39B28D: hue angle of 161.65º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B28D is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 178 141 -
CMYK 0.68 0 0.21 0.30
HSL 161.65º 0.51% 0.46% -
HSV(B) 161.65º 0.68% 0.7% -
XYZ 22.42 34.63 30.7 -
YUV 137.6 129.91 70.51 -
System Red Green Blue C M Y K H S L
Decimal 57 178 141 0.68 0 0.21 0.30 161.65 0.51 0.46
Hex 39 B2 8D 44 0 15 1E A2 33 2E
Octal 71 262 215 104 0 25 36 242 63 56
Binary 111001 10110010 10001101 1000100 0 10101 11110 10100010 110011 101110

Color Harmonies of #39B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39B28D

Black with #39B28D

Text Example


Text Example

White with #39B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39B28D; }

 p { color: rgb(57,178,141); }

 H1.HeaderClassName
 {
   color: #39B28D;
 }
 .AnyTagClassName
 {
   color: #39B28D;
 }
</style>

background-color css

<style>
 a { background-color: #39B28D; }

 a { background-color: rgb(57,178,141); }

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

border-color css

<style>
 span { border-color: #39B28D; }

 span { border-color: rgb(57,178,141); }

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