Html Css Color HEX #142721 Racing Green

📋 copy color: '#142721'

red 20 ◦ green 39 ◦ blue 33

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

Shades of Racing Green #142721

Tints of Racing Green #142721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 42.39%

 BLUE value IS 33 (13.28% from 255) = 35.87%

R = 21.74%
G = 42.39%
B = 35.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#142721 (or 0x142721) is known color: Racing Green. HEX triplet: 14, 27 and 21. RGB value is (20,39,33). Sum of RGB (Red+Green+Blue) = 20+39+33=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #142721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142721 is #EBD8DE. Grayscale: #202020. Windows color (decimal): -15456479 or 2172692. OLE color: 2172692.

HSL color Cylindrical-coordinate representation of color #142721: hue angle of 161.05º 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 #142721 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 39 33 -
CMYK 0.49 0 0.15 0.85
HSL 161.05º 0.32% 0.12% -
HSV(B) 161.05º 0.49% 0.15% -
XYZ 1.29 1.71 1.7 -
YUV 32.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 20 39 33 0.49 0 0.15 0.85 161.05 0.32 0.12
Hex 14 27 21 31 0 F 55 A1 20 C
Octal 24 47 41 61 0 17 125 241 40 14
Binary 10100 100111 100001 110001 0 1111 1010101 10100001 100000 1100

Color Harmonies of #142721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142721

Black with #142721

Text Example


Text Example

White with #142721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142721; }

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

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

background-color css

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

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

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

border-color css

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

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

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