#1A2E27

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

Shades of Racing Green #1A2E27

Tints of Racing Green #1A2E27

Color information

#1A2E27 (or 0x1A2E27) is unknown color: approx Racing Green. HEX triplet: 1A, 2E and 27. RGB value is (26,46,39). Sum of RGB (Red+Green+Blue) = 26+46+39=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E27 is #E5D1D8. Grayscale: #272727. Windows color (decimal): -15061465 or 2567706. OLE color: 2567706.

HSL color Cylindrical-coordinate representation of color #1A2E27: hue angle of 159º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A2E27 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB264639-
CMYK0.4300.150.82
HSL159º27.78%14.12%-
HSV(B)159º43.48%18.04%-
XYZ1.772.322.27-
YUV39.22127.87118.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.42%
GREEN value IS 46 (18.36% from 255) = 41.44%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=23.42%
G=41.44%
B=35.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2646390.4300.150.8215927.7814.12
Hex1A2E272B0F529f1ce
Octal325647530171222373416
Binary1101010111010011110101101111101001010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,46,39); }

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

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

 a { background-color: rgb(26,46,39); }

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

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

 span { border-color: rgb(26,46,39); }

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