#10312C

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

Shades of Racing Green #10312C

Tints of Racing Green #10312C

Color information

#10312C (or 0x10312C) is unknown color: approx Racing Green. HEX triplet: 10, 31 and 2C. RGB value is (16,49,44). Sum of RGB (Red+Green+Blue) = 16+49+44=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #10312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10312C is #EFCED3. Grayscale: #262626. Windows color (decimal): -15716052 or 2896144. OLE color: 2896144.

HSL color Cylindrical-coordinate representation of color #10312C: hue angle of 170.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10312C is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB164944-
CMYK0.6700.100.81
HSL170.91º50.77%12.75%-
HSV(B)170.91º67.35%19.22%-
XYZ1.772.492.77-
YUV38.56131.07111.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=14.68%
G=44.95%
B=40.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1649440.6700.100.81170.9150.7712.75
Hex10312C430A51ab33d
Octal2061541030121212536315
Binary100001100011011001000011010101010001101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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