#122A25

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

Shades of Racing Green #122A25

Tints of Racing Green #122A25

Color information

#122A25 (or 0x122A25) is unknown color: approx Racing Green. HEX triplet: 12, 2A and 25. RGB value is (18,42,37). Sum of RGB (Red+Green+Blue) = 18+42+37=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 42 - color contains mainly: green. Hex color #122A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A25 is #EDD5DA. Grayscale: #222222. Windows color (decimal): -15586779 or 2435602. OLE color: 2435602.

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

Color convert

RGB184237-
CMYK0.5700.120.84
HSL167.5º40%11.76%-
HSV(B)167.5º57.14%16.47%-
XYZ1.411.922.05-
YUV34.25129.55116.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 42 (16.80% from 255) = 43.30%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=18.56%
G=43.30%
B=38.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1842370.5700.120.84167.54011.76
Hex122A25390C54a828c
Octal225245710141242505014
Binary10010101010100101111001011001010100101010001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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