#38B28F

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

Shades of Jungle Green #38B28F

Tints of Jungle Green #38B28F

Color information

#38B28F (or 0x38B28F) is unknown color: approx Jungle Green. HEX triplet: 38, B2 and 8F. RGB value is (56,178,143). Sum of RGB (Red+Green+Blue) = 56+178+143=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #38B28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B28F is #C74D70. Grayscale: #898989. Windows color (decimal): -13061489 or 9417272. OLE color: 9417272.

HSL color Cylindrical-coordinate representation of color #38B28F: hue angle of 162.79º 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 #38B28F is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB56178143-
CMYK0.6900.200.30
HSL162.79º52.14%45.88%-
HSV(B)162.79º68.54%69.8%-
XYZ22.5134.6631.49-
YUV137.53131.0869.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 178 (69.92% from 255) = 47.21%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=14.85%
G=47.21%
B=37.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561781430.6900.200.30162.7952.1445.88
Hex38B28F450141Ea3342e
Octal70262217105024362436456
Binary111000101100101000111110001010101001111010100011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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