Html Css Color HEX #142825 Racing Green

📋 copy color: '#142825'

red 20 ◦ green 40 ◦ blue 37

#142825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #142825

Tints of Racing Green #142825

RGB

 RED value IS 20 (8.2% from 255) = 20.62%

 GREEN value IS 40 (16.02% from 255) = 41.24%

 BLUE value IS 37 (14.84% from 255) = 38.14%

R = 20.62%
G = 41.24%
B = 38.14%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#142825 (or 0x142825) is known color: Racing Green. HEX triplet: 14, 28 and 25. RGB value is (20,40,37). Sum of RGB (Red+Green+Blue) = 20+40+37=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 40 - color contains mainly: green. Hex color #142825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142825 is #EBD7DA. Grayscale: #212121. Windows color (decimal): -15456219 or 2435092. OLE color: 2435092.

HSL color Cylindrical-coordinate representation of color #142825: hue angle of 171º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142825 is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 40 37 -
CMYK 0.5 0 0.07 0.84
HSL 171º 0.33% 0.12% -
HSV(B) 171º 0.5% 0.16% -
XYZ 1.38 1.8 2.02 -
YUV 33.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 20 40 37 0.5 0 0.07 0.84 171 0.33 0.12
Hex 14 28 25 32 0 7 54 AB 21 C
Octal 24 50 45 62 0 7 124 253 41 14
Binary 10100 101000 100101 110010 0 111 1010100 10101011 100001 1100

Color Harmonies of #142825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142825

Black with #142825

Text Example


Text Example

White with #142825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142825; }

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

 H1.HeaderClassName
 {
   color: #142825;
 }
 .AnyTagClassName
 {
   color: #142825;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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