Html Css Color HEX #142926 Racing Green

📋 copy color: '#142926'

red 20 ◦ green 41 ◦ blue 38

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

Shades of Racing Green #142926

Tints of Racing Green #142926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 41.41%

 BLUE value IS 38 (15.23% from 255) = 38.38%

R = 20.2%
G = 41.41%
B = 38.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#142926 (or 0x142926) is known color: Racing Green. HEX triplet: 14, 29 and 26. RGB value is (20,41,38). Sum of RGB (Red+Green+Blue) = 20+41+38=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #142926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142926 is #EBD6D9. Grayscale: #222222. Windows color (decimal): -15455962 or 2500884. OLE color: 2500884.

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

Color convert

RGB 20 41 38 -
CMYK 0.51 0 0.07 0.84
HSL 171.43º 0.34% 0.12% -
HSV(B) 171.43º 0.51% 0.16% -
XYZ 1.43 1.87 2.12 -
YUV 34.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 20 41 38 0.51 0 0.07 0.84 171.43 0.34 0.12
Hex 14 29 26 33 0 7 54 AB 22 C
Octal 24 51 46 63 0 7 124 253 42 14
Binary 10100 101001 100110 110011 0 111 1010100 10101011 100010 1100

Color Harmonies of #142926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142926

Black with #142926

Text Example


Text Example

White with #142926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142926; }

 p { color: rgb(20,41,38); }

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

background-color css

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

 a { background-color: rgb(20,41,38); }

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

border-color css

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

 span { border-color: rgb(20,41,38); }

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