#142725

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

Shades of Racing Green #142725

Tints of Racing Green #142725

Color information

#142725 (or 0x142725) is unknown color: approx Racing Green. HEX triplet: 14, 27 and 25. RGB value is (20,39,37). Sum of RGB (Red+Green+Blue) = 20+39+37=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #142725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142725 is #EBD8DA. Grayscale: #212121. Windows color (decimal): -15456475 or 2434836. OLE color: 2434836.

HSL color Cylindrical-coordinate representation of color #142725: hue angle of 173.68º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142725 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB203937-
CMYK0.4900.050.85
HSL173.68º32.2%11.57%-
HSV(B)173.68º48.72%15.29%-
XYZ1.351.732.01-
YUV33.09130.21118.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=20.83%
G=40.62%
B=38.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039370.4900.050.85173.6832.211.57
Hex142725310555ae20c
Octal24474561051252564014
Binary1010010011110010111000101011010101101011101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142725; }

 p { color: rgb(20,39,37); }

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

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

 a { background-color: rgb(20,39,37); }

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

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

 span { border-color: rgb(20,39,37); }

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