#10312B

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

Shades of Racing Green #10312B

Tints of Racing Green #10312B

Color information

#10312B (or 0x10312B) is unknown color: approx Racing Green. HEX triplet: 10, 31 and 2B. RGB value is (16,49,43). Sum of RGB (Red+Green+Blue) = 16+49+43=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #10312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10312B is #EFCED4. Grayscale: #262626. Windows color (decimal): -15716053 or 2830608. OLE color: 2830608.

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

Color convert

RGB164943-
CMYK0.6700.120.81
HSL169.09º50.77%12.75%-
HSV(B)169.09º67.35%19.22%-
XYZ1.752.482.67-
YUV38.45130.57111.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=14.81%
G=45.37%
B=39.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1649430.6700.120.81169.0950.7712.75
Hex10312B430C51a933d
Octal2061531030141212516315
Binary100001100011010111000011011001010001101010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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