#1B342F

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

Shades of Racing Green #1B342F

Tints of Racing Green #1B342F

Color information

#1B342F (or 0x1B342F) is unknown color: approx Racing Green. HEX triplet: 1B, 34 and 2F. RGB value is (27,52,47). Sum of RGB (Red+Green+Blue) = 27+52+47=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #1B342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B342F is #E4CBD0. Grayscale: #2B2B2B. Windows color (decimal): -14994385 or 3093531. OLE color: 3093531.

HSL color Cylindrical-coordinate representation of color #1B342F: hue angle of 168º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B342F is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB275247-
CMYK0.4800.100.80
HSL168º31.65%15.49%-
HSV(B)168º48.08%20.39%-
XYZ2.192.893.13-
YUV43.96129.72115.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.43%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=21.43%
G=41.27%
B=37.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2752470.4800.100.8016831.6515.49
Hex1B342F300A50a820f
Octal336457600121202504017
Binary11011110100101111110000010101010000101010001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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