#102825

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

Shades of Racing Green #102825

Tints of Racing Green #102825

Color information

#102825 (or 0x102825) is unknown color: approx Racing Green. HEX triplet: 10, 28 and 25. RGB value is (16,40,37). Sum of RGB (Red+Green+Blue) = 16+40+37=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #102825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102825 is #EFD7DA. Grayscale: #202020. Windows color (decimal): -15718363 or 2435088. OLE color: 2435088.

HSL color Cylindrical-coordinate representation of color #102825: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #102825 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB164037-
CMYK0.6000.070.84
HSL172.5º42.86%10.98%-
HSV(B)172.5º60%15.69%-
XYZ1.311.762.02-
YUV32.48130.55116.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=17.20%
G=43.01%
B=39.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1640370.6000.070.84172.542.8610.98
Hex1028253C0754ac2bb
Octal20504574071242545313
Binary1000010100010010111110001111010100101011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102825; }

 p { color: rgb(16,40,37); }

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

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

 a { background-color: rgb(16,40,37); }

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

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

 span { border-color: rgb(16,40,37); }

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