#1B2E27

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

Shades of Racing Green #1B2E27

Tints of Racing Green #1B2E27

Color information

#1B2E27 (or 0x1B2E27) is unknown color: approx Racing Green. HEX triplet: 1B, 2E and 27. RGB value is (27,46,39). Sum of RGB (Red+Green+Blue) = 27+46+39=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E27 is #E4D1D8. Grayscale: #272727. Windows color (decimal): -14995929 or 2567707. OLE color: 2567707.

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

Color convert

RGB274639-
CMYK0.4100.150.82
HSL157.89º26.03%14.31%-
HSV(B)157.89º41.3%18.04%-
XYZ1.82.332.28-
YUV39.52127.71119.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.11%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=24.11%
G=41.07%
B=34.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2746390.4100.150.82157.8926.0314.31
Hex1B2E27290F529e1ae
Octal335647510171222363216
Binary1101110111010011110100101111101001010011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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