#10322A

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

Shades of Racing Green #10322A

Tints of Racing Green #10322A

Color information

#10322A (or 0x10322A) is unknown color: approx Racing Green. HEX triplet: 10, 32 and 2A. RGB value is (16,50,42). Sum of RGB (Red+Green+Blue) = 16+50+42=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #10322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10322A is #EFCDD5. Grayscale: #262626. Windows color (decimal): -15715798 or 2765328. OLE color: 2765328.

HSL color Cylindrical-coordinate representation of color #10322A: hue angle of 165.88º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #10322A is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB165042-
CMYK0.6800.160.80
HSL165.88º51.52%12.94%-
HSV(B)165.88º68%19.61%-
XYZ1.772.562.59-
YUV38.92129.74111.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=14.81%
G=46.30%
B=38.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1650420.6800.160.80165.8851.5212.94
Hex10322A4401050a634d
Octal2062521040201202466415
Binary1000011001010101010001000100001010000101001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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