Html Css Color HEX #122621 Racing Green

📋 copy color: '#122621'

red 18 ◦ green 38 ◦ blue 33

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

Shades of Racing Green #122621

Tints of Racing Green #122621

RGB

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

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

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

R = 20.22%
G = 42.7%
B = 37.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#122621 (or 0x122621) is known color: Racing Green. HEX triplet: 12, 26 and 21. RGB value is (18,38,33). Sum of RGB (Red+Green+Blue) = 18+38+33=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #122621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122621 is #EDD9DE. Grayscale: #1F1F1F. Windows color (decimal): -15587807 or 2172434. OLE color: 2172434.

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

Color convert

RGB 18 38 33 -
CMYK 0.53 0 0.13 0.85
HSL 165º 0.36% 0.11% -
HSV(B) 165º 0.53% 0.15% -
XYZ 1.22 1.62 1.69 -
YUV 31.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 18 38 33 0.53 0 0.13 0.85 165 0.36 0.11
Hex 12 26 21 35 0 D 55 A5 24 B
Octal 22 46 41 65 0 15 125 245 44 13
Binary 10010 100110 100001 110101 0 1101 1010101 10100101 100100 1011

Color Harmonies of #122621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122621

Black with #122621

Text Example


Text Example

White with #122621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122621; }

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

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

background-color css

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

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

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

border-color css

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

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

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