#1A211F

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

Shades of Racing Green #1A211F

Tints of Racing Green #1A211F

Color information

#1A211F (or 0x1A211F) is unknown color: approx Racing Green. HEX triplet: 1A, 21 and 1F. RGB value is (26,33,31). Sum of RGB (Red+Green+Blue) = 26+33+31=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #1A211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A211F is #E5DEE0. Grayscale: #1E1E1E. Windows color (decimal): -15064801 or 2040090. OLE color: 2040090.

HSL color Cylindrical-coordinate representation of color #1A211F: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1A211F is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB263331-
CMYK0.2100.060.87
HSL162.86º11.86%11.57%-
HSV(B)162.86º21.21%12.94%-
XYZ1.221.411.5-
YUV30.68128.18124.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.89%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=28.89%
G=36.67%
B=34.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2633310.2100.060.87162.8611.8611.57
Hex1A211F150657a3cc
Octal32413725061272431414
Binary110101000011111110101011010101111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A211F; }

 p { color: rgb(26,33,31); }

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

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

 a { background-color: rgb(26,33,31); }

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

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

 span { border-color: rgb(26,33,31); }

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