Html Css Color HEX #142621 Racing Green

📋 copy color: '#142621'

red 20 ◦ green 38 ◦ blue 33

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

Shades of Racing Green #142621

Tints of Racing Green #142621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 41.76%

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

R = 21.98%
G = 41.76%
B = 36.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#142621 (or 0x142621) is known color: Racing Green. HEX triplet: 14, 26 and 21. RGB value is (20,38,33). Sum of RGB (Red+Green+Blue) = 20+38+33=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #142621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142621 is #EBD9DE. Grayscale: #202020. Windows color (decimal): -15456735 or 2172436. OLE color: 2172436.

HSL color Cylindrical-coordinate representation of color #142621: hue angle of 163.33º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142621 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 38 33 -
CMYK 0.47 0 0.13 0.85
HSL 163.33º 0.31% 0.11% -
HSV(B) 163.33º 0.47% 0.15% -
XYZ 1.26 1.64 1.69 -
YUV 32.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 20 38 33 0.47 0 0.13 0.85 163.33 0.31 0.11
Hex 14 26 21 2F 0 D 55 A3 1F B
Octal 24 46 41 57 0 15 125 243 37 13
Binary 10100 100110 100001 101111 0 1101 1010101 10100011 11111 1011

Color Harmonies of #142621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142621

Black with #142621

Text Example


Text Example

White with #142621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142621; }

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

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

background-color css

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

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

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

border-color css

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

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

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