#10332B

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

Shades of Racing Green #10332B

Tints of Racing Green #10332B

Color information

#10332B (or 0x10332B) is unknown color: approx Racing Green. HEX triplet: 10, 33 and 2B. RGB value is (16,51,43). Sum of RGB (Red+Green+Blue) = 16+51+43=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #10332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10332B is #EFCCD4. Grayscale: #272727. Windows color (decimal): -15715541 or 2831120. OLE color: 2831120.

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

Color convert

RGB165143-
CMYK0.6900.160.8
HSL166.29º52.24%13.14%-
HSV(B)166.29º68.63%20%-
XYZ1.832.652.7-
YUV39.62129.9111.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=14.55%
G=46.36%
B=39.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651430.6900.160.8166.2952.2413.14
Hex10332B4501050a634d
Octal2063531050201202466415
Binary1000011001110101110001010100001010000101001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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