#12221F

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

Shades of Racing Green #12221F

Tints of Racing Green #12221F

Color information

#12221F (or 0x12221F) is unknown color: approx Racing Green. HEX triplet: 12, 22 and 1F. RGB value is (18,34,31). Sum of RGB (Red+Green+Blue) = 18+34+31=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #12221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12221F is #EDDDE0. Grayscale: #1C1C1C. Windows color (decimal): -15588833 or 2040338. OLE color: 2040338.

HSL color Cylindrical-coordinate representation of color #12221F: hue angle of 168.75º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #12221F is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB183431-
CMYK0.4700.090.87
HSL168.75º30.77%10.2%-
HSV(B)168.75º47.06%13.33%-
XYZ1.071.371.5-
YUV28.87129.2120.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 34 (13.67% from 255) = 40.96%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=21.69%
G=40.96%
B=37.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1834310.4700.090.87168.7530.7710.2
Hex12221F2F0957a91fa
Octal224237570111272513712
Binary100101000101111110111101001101011110101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12221F; }

 p { color: rgb(18,34,31); }

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

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

 a { background-color: rgb(18,34,31); }

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

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

 span { border-color: rgb(18,34,31); }

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