#10332C

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

Shades of Racing Green #10332C

Tints of Racing Green #10332C

Color information

#10332C (or 0x10332C) is unknown color: approx Racing Green. HEX triplet: 10, 33 and 2C. RGB value is (16,51,44). Sum of RGB (Red+Green+Blue) = 16+51+44=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #10332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10332C is #EFCCD3. Grayscale: #272727. Windows color (decimal): -15715540 or 2896656. OLE color: 2896656.

HSL color Cylindrical-coordinate representation of color #10332C: hue angle of 168º 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 #10332C is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB165144-
CMYK0.6900.140.8
HSL168º52.24%13.14%-
HSV(B)168º68.63%20%-
XYZ1.852.662.8-
YUV39.74130.4111.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 44 (17.58% from 255) = 39.64%
R=14.41%
G=45.95%
B=39.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651440.6900.140.816852.2413.14
Hex10332C450E50a834d
Octal2063541050161202506415
Binary100001100111011001000101011101010000101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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