#10312A

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

Shades of Racing Green #10312A

Tints of Racing Green #10312A

Color information

#10312A (or 0x10312A) is unknown color: approx Racing Green. HEX triplet: 10, 31 and 2A. RGB value is (16,49,42). Sum of RGB (Red+Green+Blue) = 16+49+42=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #10312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10312A is #EFCED5. Grayscale: #262626. Windows color (decimal): -15716054 or 2765072. OLE color: 2765072.

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

Color convert

RGB164942-
CMYK0.6700.140.81
HSL167.27º50.77%12.75%-
HSV(B)167.27º67.35%19.22%-
XYZ1.732.472.58-
YUV38.33130.07112.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=14.95%
G=45.79%
B=39.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1649420.6700.140.81167.2750.7712.75
Hex10312A430E51a733d
Octal2061521030161212476315
Binary100001100011010101000011011101010001101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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