Html Css Color HEX #39B28C Jungle Green

📋 copy color: '#39B28C'

red 57 ◦ green 178 ◦ blue 140

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

Shades of Jungle Green #39B28C

Tints of Jungle Green #39B28C

RGB

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

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

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

R = 15.2%
G = 47.47%
B = 37.33%

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

#39B28C (or 0x39B28C) is known color: Jungle Green. HEX triplet: 39, B2 and 8C. RGB value is (57,178,140). Sum of RGB (Red+Green+Blue) = 57+178+140=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #39B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B28C is #C64D73. Grayscale: #898989. Windows color (decimal): -12995956 or 9220665. OLE color: 9220665.

HSL color Cylindrical-coordinate representation of color #39B28C: hue angle of 161.16º 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 #39B28C is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 178 140 -
CMYK 0.68 0 0.21 0.30
HSL 161.16º 0.51% 0.46% -
HSV(B) 161.16º 0.68% 0.7% -
XYZ 22.34 34.6 30.31 -
YUV 137.49 129.41 70.59 -
System Red Green Blue C M Y K H S L
Decimal 57 178 140 0.68 0 0.21 0.30 161.16 0.51 0.46
Hex 39 B2 8C 44 0 15 1E A1 33 2E
Octal 71 262 214 104 0 25 36 241 63 56
Binary 111001 10110010 10001100 1000100 0 10101 11110 10100001 110011 101110

Color Harmonies of #39B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39B28C

Black with #39B28C

Text Example


Text Example

White with #39B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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