#1B2F29

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

Shades of Racing Green #1B2F29

Tints of Racing Green #1B2F29

Color information

#1B2F29 (or 0x1B2F29) is unknown color: approx Racing Green. HEX triplet: 1B, 2F and 29. RGB value is (27,47,41). Sum of RGB (Red+Green+Blue) = 27+47+41=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 47 - color contains mainly: green. Hex color #1B2F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2F29 is #E4D0D6. Grayscale: #282828. Windows color (decimal): -14995671 or 2699035. OLE color: 2699035.

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

Color convert

RGB274741-
CMYK0.4300.130.82
HSL162º27.03%14.51%-
HSV(B)162º42.55%18.43%-
XYZ1.872.432.47-
YUV40.34128.37118.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.48%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=23.48%
G=40.87%
B=35.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2747410.4300.130.8216227.0314.51
Hex1B2F292B0D52a21bf
Octal335751530151222423317
Binary1101110111110100110101101101101001010100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,47,41); }

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

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

 a { background-color: rgb(27,47,41); }

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

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

 span { border-color: rgb(27,47,41); }

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