Html Css Color HEX #122321 Racing Green

📋 copy color: '#122321'

red 18 ◦ green 35 ◦ blue 33

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

Shades of Racing Green #122321

Tints of Racing Green #122321

RGB

 RED value IS 18 (7.42% from 255) = 20.93%

 GREEN value IS 35 (14.06% from 255) = 40.7%

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

R = 20.93%
G = 40.7%
B = 38.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#122321 (or 0x122321) is known color: Racing Green. HEX triplet: 12, 23 and 21. RGB value is (18,35,33). Sum of RGB (Red+Green+Blue) = 18+35+33=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #122321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122321 is #EDDCDE. Grayscale: #1D1D1D. Windows color (decimal): -15588575 or 2171666. OLE color: 2171666.

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

Color convert

RGB 18 35 33 -
CMYK 0.49 0 0.06 0.86
HSL 172.94º 0.32% 0.1% -
HSV(B) 172.94º 0.49% 0.14% -
XYZ 1.13 1.44 1.66 -
YUV 29.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 18 35 33 0.49 0 0.06 0.86 172.94 0.32 0.1
Hex 12 23 21 31 0 6 56 AD 20 A
Octal 22 43 41 61 0 6 126 255 40 12
Binary 10010 100011 100001 110001 0 110 1010110 10101101 100000 1010

Color Harmonies of #122321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122321

Black with #122321

Text Example


Text Example

White with #122321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122321; }

 p { color: rgb(18,35,33); }

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

background-color css

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

 a { background-color: rgb(18,35,33); }

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

border-color css

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

 span { border-color: rgb(18,35,33); }

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