#112A25

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

Shades of Racing Green #112A25

Tints of Racing Green #112A25

Color information

#112A25 (or 0x112A25) is unknown color: approx Racing Green. HEX triplet: 11, 2A and 25. RGB value is (17,42,37). Sum of RGB (Red+Green+Blue) = 17+42+37=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #112A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A25 is #EED5DA. Grayscale: #212121. Windows color (decimal): -15652315 or 2435601. OLE color: 2435601.

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

Color convert

RGB174237-
CMYK0.6000.120.84
HSL168º42.37%11.57%-
HSV(B)168º59.52%16.47%-
XYZ1.391.912.05-
YUV33.96129.72115.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 42 (16.80% from 255) = 43.75%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=17.71%
G=43.75%
B=38.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742370.6000.120.8416842.3711.57
Hex112A253C0C54a82ac
Octal215245740141242505214
Binary10001101010100101111100011001010100101010001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112A25; }

 p { color: rgb(17,42,37); }

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

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

 a { background-color: rgb(17,42,37); }

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

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

 span { border-color: rgb(17,42,37); }

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