#1B2D27

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

Shades of Racing Green #1B2D27

Tints of Racing Green #1B2D27

Color information

#1B2D27 (or 0x1B2D27) is unknown color: approx Racing Green. HEX triplet: 1B, 2D and 27. RGB value is (27,45,39). Sum of RGB (Red+Green+Blue) = 27+45+39=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 45 - color contains mainly: green. Hex color #1B2D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2D27 is #E4D2D8. Grayscale: #262626. Windows color (decimal): -14996185 or 2567451. OLE color: 2567451.

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

Color convert

RGB274539-
CMYK0.400.130.82
HSL160º25%14.12%-
HSV(B)160º40%17.65%-
XYZ1.762.262.26-
YUV38.93128.04119.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.32%
GREEN value IS 45 (17.97% from 255) = 40.54%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=24.32%
G=40.54%
B=35.14%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2745390.400.130.821602514.12
Hex1B2D27280D52a019e
Octal335547500151222403116
Binary1101110110110011110100001101101001010100000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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