#142F28

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

Shades of Racing Green #142F28

Tints of Racing Green #142F28

Color information

#142F28 (or 0x142F28) is unknown color: approx Racing Green. HEX triplet: 14, 2F and 28. RGB value is (20,47,40). Sum of RGB (Red+Green+Blue) = 20+47+40=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #142F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F28 is #EBD0D7. Grayscale: #262626. Windows color (decimal): -15454424 or 2633492. OLE color: 2633492.

HSL color Cylindrical-coordinate representation of color #142F28: hue angle of 164.44º 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 #142F28 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB204740-
CMYK0.5700.150.82
HSL164.44º40.3%13.14%-
HSV(B)164.44º57.45%18.43%-
XYZ1.692.332.37-
YUV38.13129.05115.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=18.69%
G=43.93%
B=37.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047400.5700.150.82164.4440.313.14
Hex142F28390F52a428d
Octal245750710171222445015
Binary10100101111101000111001011111010010101001001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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