#38B88F

Color #38B88F Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #38B88F

Tints of Jungle Green #38B88F

Color information

#38B88F (or 0x38B88F) is unknown color: approx Jungle Green. HEX triplet: 38, B8 and 8F. RGB value is (56,184,143). Sum of RGB (Red+Green+Blue) = 56+184+143=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #38B88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B88F is #C74770. Grayscale: #8D8D8D. Windows color (decimal): -13059953 or 9418808. OLE color: 9418808.

HSL color Cylindrical-coordinate representation of color #38B88F: hue angle of 160.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B88F is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB56184143-
CMYK0.7000.220.28
HSL160.78º53.33%47.06%-
HSV(B)160.78º69.57%72.16%-
XYZ23.7337.131.9-
YUV141.05129.0967.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.62%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=14.62%
G=48.04%
B=37.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561841430.7000.220.28160.7853.3347.06
Hex38B88F460161Ca1352f
Octal70270217106026342416557
Binary111000101110001000111110001100101101110010100001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,184,143); }

 H1.HeaderClassName
 {
   color: #38B88F;
 }
 .AnyTagClassName
 {
   color: #38B88F;
 }
</style>
background-color css

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

 a { background-color: rgb(56,184,143); }

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

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

 span { border-color: rgb(56,184,143); }

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