Html Css Color HEX #38B482 Jungle Green

📋 copy color: '#38B482'

red 56 ◦ green 180 ◦ blue 130

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

Shades of Jungle Green #38B482

Tints of Jungle Green #38B482

RGB

 RED value IS 56 (22.27% from 255) = 15.3%

 GREEN value IS 180 (70.7% from 255) = 49.18%

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 15.3%
G = 49.18%
B = 35.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#38B482 (or 0x38B482) is known color: Jungle Green. HEX triplet: 38, B4 and 82. RGB value is (56,180,130). Sum of RGB (Red+Green+Blue) = 56+180+130=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #38B482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B482 is #C74B7D. Grayscale: #898989. Windows color (decimal): -13060990 or 8565816. OLE color: 8565816.

HSL color Cylindrical-coordinate representation of color #38B482: hue angle of 155.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B482 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 180 130 -
CMYK 0.69 0 0.28 0.29
HSL 155.81º 0.53% 0.46% -
HSV(B) 155.81º 0.69% 0.71% -
XYZ 21.98 35.09 26.73 -
YUV 137.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 56 180 130 0.69 0 0.28 0.29 155.81 0.53 0.46
Hex 38 B4 82 45 0 1C 1D 9C 35 2E
Octal 70 264 202 105 0 34 35 234 65 56
Binary 111000 10110100 10000010 1000101 0 11100 11101 10011100 110101 101110

Color Harmonies of #38B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B482

Black with #38B482

Text Example


Text Example

White with #38B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38B482; }

 p { color: rgb(56,180,130); }

 H1.HeaderClassName
 {
   color: #38B482;
 }
 .AnyTagClassName
 {
   color: #38B482;
 }
</style>

background-color css

<style>
 a { background-color: #38B482; }

 a { background-color: rgb(56,180,130); }

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

border-color css

<style>
 span { border-color: #38B482; }

 span { border-color: rgb(56,180,130); }

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