Html Css Color HEX #102421 Racing Green

📋 copy color: '#102421'

red 16 ◦ green 36 ◦ blue 33

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

Shades of Racing Green #102421

Tints of Racing Green #102421

RGB

 RED value IS 16 (6.64% from 255) = 18.82%

 GREEN value IS 36 (14.45% from 255) = 42.35%

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

R = 18.82%
G = 42.35%
B = 38.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#102421 (or 0x102421) is known color: Racing Green. HEX triplet: 10, 24 and 21. RGB value is (16,36,33). Sum of RGB (Red+Green+Blue) = 16+36+33=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #102421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102421 is #EFDBDE. Grayscale: #1D1D1D. Windows color (decimal): -15719391 or 2171920. OLE color: 2171920.

HSL color Cylindrical-coordinate representation of color #102421: hue angle of 171º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #102421 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 36 33 -
CMYK 0.56 0 0.08 0.86
HSL 171º 0.38% 0.1% -
HSV(B) 171º 0.56% 0.14% -
XYZ 1.12 1.48 1.67 -
YUV 29.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 16 36 33 0.56 0 0.08 0.86 171 0.38 0.1
Hex 10 24 21 38 0 8 56 AB 26 A
Octal 20 44 41 70 0 10 126 253 46 12
Binary 10000 100100 100001 111000 0 1000 1010110 10101011 100110 1010

Color Harmonies of #102421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102421

Black with #102421

Text Example


Text Example

White with #102421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102421; }

 p { color: rgb(16,36,33); }

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

background-color css

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

 a { background-color: rgb(16,36,33); }

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

border-color css

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

 span { border-color: rgb(16,36,33); }

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