#10312D

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

Shades of Racing Green #10312D

Tints of Racing Green #10312D

Color information

#10312D (or 0x10312D) is unknown color: approx Racing Green. HEX triplet: 10, 31 and 2D. RGB value is (16,49,45). Sum of RGB (Red+Green+Blue) = 16+49+45=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #10312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10312D is #EFCED2. Grayscale: #262626. Windows color (decimal): -15716051 or 2961680. OLE color: 2961680.

HSL color Cylindrical-coordinate representation of color #10312D: hue angle of 172.73º 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 #10312D is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB164945-
CMYK0.6700.080.81
HSL172.73º50.77%12.75%-
HSV(B)172.73º67.35%19.22%-
XYZ1.792.52.87-
YUV38.68131.57111.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=14.55%
G=44.55%
B=40.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1649450.6700.080.81172.7350.7712.75
Hex10312D430851ad33d
Octal2061551030101212556315
Binary100001100011011011000011010001010001101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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