#38B28C

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

Shades of Jungle Green #38B28C

Tints of Jungle Green #38B28C

Color information

#38B28C (or 0x38B28C) is unknown color: approx Jungle Green. HEX triplet: 38, B2 and 8C. RGB value is (56,178,140). Sum of RGB (Red+Green+Blue) = 56+178+140=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #38B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B28C is #C74D73. Grayscale: #898989. Windows color (decimal): -13061492 or 9220664. OLE color: 9220664.

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

Color convert

RGB56178140-
CMYK0.6900.210.30
HSL161.31º52.14%45.88%-
HSV(B)161.31º68.54%69.8%-
XYZ22.2834.5730.31-
YUV137.19129.5870.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.97%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=14.97%
G=47.59%
B=37.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561781400.6900.210.30161.3152.1445.88
Hex38B28C450151Ea1342e
Octal70262214105025362416456
Binary111000101100101000110010001010101011111010100001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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