Html Css Color HEX #122521 Racing Green

📋 copy color: '#122521'

red 18 ◦ green 37 ◦ blue 33

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

Shades of Racing Green #122521

Tints of Racing Green #122521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.05%

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

R = 20.45%
G = 42.05%
B = 37.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#122521 (or 0x122521) is known color: Racing Green. HEX triplet: 12, 25 and 21. RGB value is (18,37,33). Sum of RGB (Red+Green+Blue) = 18+37+33=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #122521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122521 is #EDDADE. Grayscale: #1E1E1E. Windows color (decimal): -15588063 or 2172178. OLE color: 2172178.

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

Color convert

RGB 18 37 33 -
CMYK 0.51 0 0.11 0.85
HSL 167.37º 0.35% 0.11% -
HSV(B) 167.37º 0.51% 0.15% -
XYZ 1.19 1.56 1.68 -
YUV 30.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 18 37 33 0.51 0 0.11 0.85 167.37 0.35 0.11
Hex 12 25 21 33 0 B 55 A7 23 B
Octal 22 45 41 63 0 13 125 247 43 13
Binary 10010 100101 100001 110011 0 1011 1010101 10100111 100011 1011

Color Harmonies of #122521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122521

Black with #122521

Text Example


Text Example

White with #122521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122521; }

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

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

background-color css

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

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

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

border-color css

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

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

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