#142F2B

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

Shades of Racing Green #142F2B

Tints of Racing Green #142F2B

Color information

#142F2B (or 0x142F2B) is unknown color: approx Racing Green. HEX triplet: 14, 2F and 2B. RGB value is (20,47,43). Sum of RGB (Red+Green+Blue) = 20+47+43=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #142F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F2B is #EBD0D4. Grayscale: #262626. Windows color (decimal): -15454421 or 2830100. OLE color: 2830100.

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

Color convert

RGB204743-
CMYK0.5700.090.82
HSL171.11º40.3%13.14%-
HSV(B)171.11º57.45%18.43%-
XYZ1.742.362.65-
YUV38.47130.55114.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=18.18%
G=42.73%
B=39.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047430.5700.090.82171.1140.313.14
Hex142F2B390952ab28d
Octal245753710111222535015
Binary10100101111101011111001010011010010101010111010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142F2B; }

 p { color: rgb(20,47,43); }

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

<style>
 a { background-color: #142F2B; }

 a { background-color: rgb(20,47,43); }

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

<style>
 span { border-color: #142F2B; }

 span { border-color: rgb(20,47,43); }

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