#1B2E2A

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

Shades of Racing Green #1B2E2A

Tints of Racing Green #1B2E2A

Color information

#1B2E2A (or 0x1B2E2A) is unknown color: approx Racing Green. HEX triplet: 1B, 2E and 2A. RGB value is (27,46,42). Sum of RGB (Red+Green+Blue) = 27+46+42=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E2A is #E4D1D5. Grayscale: #272727. Windows color (decimal): -14995926 or 2764315. OLE color: 2764315.

HSL color Cylindrical-coordinate representation of color #1B2E2A: hue angle of 167.37º 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 #1B2E2A is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB274642-
CMYK0.4100.090.82
HSL167.37º26.03%14.31%-
HSV(B)167.37º41.3%18.04%-
XYZ1.852.352.55-
YUV39.86129.21118.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.48%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=23.48%
G=40%
B=36.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2746420.4100.090.82167.3726.0314.31
Hex1B2E2A290952a71ae
Octal335652510111222473216
Binary1101110111010101010100101001101001010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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