Html Css Color HEX #3AB38D Jungle Green

📋 copy color: '#3AB38D'

red 58 ◦ green 179 ◦ blue 141

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

Shades of Jungle Green #3AB38D

Tints of Jungle Green #3AB38D

RGB

 RED value IS 58 (23.05% from 255) = 15.34%

 GREEN value IS 179 (70.31% from 255) = 47.35%

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

R = 15.34%
G = 47.35%
B = 37.3%

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

#3AB38D (or 0x3AB38D) is known color: Jungle Green. HEX triplet: 3A, B3 and 8D. RGB value is (58,179,141). Sum of RGB (Red+Green+Blue) = 58+179+141=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB38D is #C54C72. Grayscale: #8A8A8A. Windows color (decimal): -12930163 or 9286458. OLE color: 9286458.

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

Color convert

RGB 58 179 141 -
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.67 35.06 30.77 -
YUV 138.49 129.41 70.59 -
System Red Green Blue C M Y K H S L
Decimal 58 179 141 0.68 0 0.21 0.30 161.16 0.51 0.46
Hex 3A B3 8D 44 0 15 1E A1 33 2E
Octal 72 263 215 104 0 25 36 241 63 56
Binary 111010 10110011 10001101 1000100 0 10101 11110 10100001 110011 101110

Color Harmonies of #3AB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB38D

Black with #3AB38D

Text Example


Text Example

White with #3AB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AB38D; }

 p { color: rgb(58,179,141); }

 H1.HeaderClassName
 {
   color: #3AB38D;
 }
 .AnyTagClassName
 {
   color: #3AB38D;
 }
</style>

background-color css

<style>
 a { background-color: #3AB38D; }

 a { background-color: rgb(58,179,141); }

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

border-color css

<style>
 span { border-color: #3AB38D; }

 span { border-color: rgb(58,179,141); }

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