#38B287

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

Shades of Jungle Green #38B287

Tints of Jungle Green #38B287

Color information

#38B287 (or 0x38B287) is unknown color: approx Jungle Green. HEX triplet: 38, B2 and 87. RGB value is (56,178,135). Sum of RGB (Red+Green+Blue) = 56+178+135=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #38B287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B287 is #C74D78. Grayscale: #888888. Windows color (decimal): -13061497 or 8892984. OLE color: 8892984.

HSL color Cylindrical-coordinate representation of color #38B287: hue angle of 158.85º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B287 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB56178135-
CMYK0.6900.240.30
HSL158.85º52.14%45.88%-
HSV(B)158.85º68.54%69.8%-
XYZ21.9234.4328.41-
YUV136.62127.0870.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.18%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=15.18%
G=48.24%
B=36.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561781350.6900.240.30158.8552.1445.88
Hex38B287450181E9f342e
Octal70262207105030362376456
Binary111000101100101000011110001010110001111010011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,178,135); }

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

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

 a { background-color: rgb(56,178,135); }

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

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

 span { border-color: rgb(56,178,135); }

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