#10372C

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

Shades of Racing Green #10372C

Tints of Racing Green #10372C

Color information

#10372C (or 0x10372C) is unknown color: approx Racing Green. HEX triplet: 10, 37 and 2C. RGB value is (16,55,44). Sum of RGB (Red+Green+Blue) = 16+55+44=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #10372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10372C is #EFC8D3. Grayscale: #2A2A2A. Windows color (decimal): -15714516 or 2897680. OLE color: 2897680.

HSL color Cylindrical-coordinate representation of color #10372C: hue angle of 163.08º degrees, saturation: 0.55, 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 #10372C is Cyan = 0.71, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB165544-
CMYK0.7100.20.78
HSL163.08º54.93%13.92%-
HSV(B)163.08º70.91%21.57%-
XYZ2.033.022.86-
YUV42.08129.08109.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 55 (21.88% from 255) = 47.83%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=13.91%
G=47.83%
B=38.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1655440.7100.20.78163.0854.9313.92
Hex10372C470144Ea337e
Octal2067541070241162436716
Binary1000011011110110010001110101001001110101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10372C; }

 p { color: rgb(16,55,44); }

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

<style>
 a { background-color: #10372C; }

 a { background-color: rgb(16,55,44); }

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

<style>
 span { border-color: #10372C; }

 span { border-color: rgb(16,55,44); }

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