Html Css Color HEX #38B68D Jungle Green

📋 copy color: '#38B68D'

red 56 ◦ green 182 ◦ blue 141

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

Shades of Jungle Green #38B68D

Tints of Jungle Green #38B68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.02%

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

R = 14.78%
G = 48.02%
B = 37.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#38B68D (or 0x38B68D) is known color: Jungle Green. HEX triplet: 38, B6 and 8D. RGB value is (56,182,141). Sum of RGB (Red+Green+Blue) = 56+182+141=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #38B68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B68D is #C74972. Grayscale: #8B8B8B. Windows color (decimal): -13060467 or 9287224. OLE color: 9287224.

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

Color convert

RGB 56 182 141 -
CMYK 0.69 0 0.23 0.29
HSL 160.48º 0.53% 0.47% -
HSV(B) 160.48º 0.69% 0.71% -
XYZ 23.17 36.22 30.97 -
YUV 139.65 128.76 68.33 -
System Red Green Blue C M Y K H S L
Decimal 56 182 141 0.69 0 0.23 0.29 160.48 0.53 0.47
Hex 38 B6 8D 45 0 17 1D A0 35 2F
Octal 70 266 215 105 0 27 35 240 65 57
Binary 111000 10110110 10001101 1000101 0 10111 11101 10100000 110101 101111

Color Harmonies of #38B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B68D

Black with #38B68D

Text Example


Text Example

White with #38B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,182,141); }

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

background-color css

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

 a { background-color: rgb(56,182,141); }

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

border-color css

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

 span { border-color: rgb(56,182,141); }

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