#12211E

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

Shades of Racing Green #12211E

Tints of Racing Green #12211E

Color information

#12211E (or 0x12211E) is unknown color: approx Racing Green. HEX triplet: 12, 21 and 1E. RGB value is (18,33,30). Sum of RGB (Red+Green+Blue) = 18+33+30=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 33 - color contains mainly: green. Hex color #12211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12211E is #EDDEE1. Grayscale: #1C1C1C. Windows color (decimal): -15589090 or 1974546. OLE color: 1974546.

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

Color convert

RGB183330-
CMYK0.4500.090.87
HSL168º29.41%10%-
HSV(B)168º45.45%12.94%-
XYZ1.031.311.43-
YUV28.17129.03120.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=22.22%
G=40.74%
B=37.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833300.4500.090.8716829.4110
Hex12211E2D0957a81da
Octal224136550111272503512
Binary100101000011111010110101001101011110101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12211E; }

 p { color: rgb(18,33,30); }

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

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

 a { background-color: rgb(18,33,30); }

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

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

 span { border-color: rgb(18,33,30); }

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