#122925

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

Shades of Racing Green #122925

Tints of Racing Green #122925

Color information

#122925 (or 0x122925) is unknown color: approx Racing Green. HEX triplet: 12, 29 and 25. RGB value is (18,41,37). Sum of RGB (Red+Green+Blue) = 18+41+37=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #122925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122925 is #EDD6DA. Grayscale: #212121. Windows color (decimal): -15587035 or 2435346. OLE color: 2435346.

HSL color Cylindrical-coordinate representation of color #122925: hue angle of 169.57º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122925 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB184137-
CMYK0.5600.100.84
HSL169.57º38.98%11.57%-
HSV(B)169.57º56.1%16.08%-
XYZ1.381.852.03-
YUV33.67129.88116.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=18.75%
G=42.71%
B=38.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1841370.5600.100.84169.5738.9811.57
Hex122925380A54aa27c
Octal225145700121242524714
Binary10010101001100101111000010101010100101010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122925; }

 p { color: rgb(18,41,37); }

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

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

 a { background-color: rgb(18,41,37); }

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

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

 span { border-color: rgb(18,41,37); }

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