#10332D

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

Shades of Racing Green #10332D

Tints of Racing Green #10332D

Color information

#10332D (or 0x10332D) is unknown color: approx Racing Green. HEX triplet: 10, 33 and 2D. RGB value is (16,51,45). Sum of RGB (Red+Green+Blue) = 16+51+45=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #10332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10332D is #EFCCD2. Grayscale: #272727. Windows color (decimal): -15715539 or 2962192. OLE color: 2962192.

HSL color Cylindrical-coordinate representation of color #10332D: hue angle of 169.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10332D is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB165145-
CMYK0.6900.120.8
HSL169.71º52.24%13.14%-
HSV(B)169.71º68.63%20%-
XYZ1.872.672.9-
YUV39.85130.9110.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=14.29%
G=45.54%
B=40.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651450.6900.120.8169.7152.2413.14
Hex10332D450C50aa34d
Octal2063551050141202526415
Binary100001100111011011000101011001010000101010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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