#10382E

Color #10382E Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #10382E

Tints of Racing Green #10382E

Color information

#10382E (or 0x10382E) is unknown color: approx Racing Green. HEX triplet: 10, 38 and 2E. RGB value is (16,56,46). Sum of RGB (Red+Green+Blue) = 16+56+46=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #10382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10382E is #EFC7D1. Grayscale: #2A2A2A. Windows color (decimal): -15714258 or 3029008. OLE color: 3029008.

HSL color Cylindrical-coordinate representation of color #10382E: hue angle of 165º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10382E is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB165646-
CMYK0.7100.180.78
HSL165º55.56%14.12%-
HSV(B)165º71.43%21.96%-
XYZ2.123.143.08-
YUV42.9129.75108.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=13.56%
G=47.46%
B=38.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1656460.7100.180.7816555.5614.12
Hex10382E470124Ea538e
Octal2070561070221162457016
Binary1000011100010111010001110100101001110101001011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10382E; }

 p { color: rgb(16,56,46); }

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

<style>
 a { background-color: #10382E; }

 a { background-color: rgb(16,56,46); }

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

<style>
 span { border-color: #10382E; }

 span { border-color: rgb(16,56,46); }

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