#38D28E

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

Shades of Shamrock #38D28E

Tints of Shamrock #38D28E

Color information

#38D28E (or 0x38D28E) is unknown color: approx Shamrock. HEX triplet: 38, D2 and 8E. RGB value is (56,210,142). Sum of RGB (Red+Green+Blue) = 56+210+142=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #38D28E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D28E is #C72D71. Grayscale: #9C9C9C. Windows color (decimal): -13053298 or 9359928. OLE color: 9359928.

HSL color Cylindrical-coordinate representation of color #38D28E: hue angle of 153.51º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D28E is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB56210142-
CMYK0.7300.320.18
HSL153.51º63.11%52.16%-
HSV(B)153.51º73.33%82.35%-
XYZ29.5648.8933.47-
YUV156.2119.9856.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.73%
GREEN value IS 210 (82.42% from 255) = 51.47%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=13.73%
G=51.47%
B=34.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562101420.7300.320.18153.5163.1152.16
Hex38D28E49020129a3f34
Octal70322216111040222327764
Binary1110001101001010001110100100101000001001010011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,210,142); }

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

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

 a { background-color: rgb(56,210,142); }

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

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

 span { border-color: rgb(56,210,142); }

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