Html Css Color HEX #122A27 Racing Green

📋 copy color: '#122A27'

red 18 ◦ green 42 ◦ blue 39

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

Shades of Racing Green #122A27

Tints of Racing Green #122A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 42.42%

 BLUE value IS 39 (15.63% from 255) = 39.39%

R = 18.18%
G = 42.42%
B = 39.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#122A27 (or 0x122A27) is known color: Racing Green. HEX triplet: 12, 2A and 27. RGB value is (18,42,39). Sum of RGB (Red+Green+Blue) = 18+42+39=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 42 - color contains mainly: green. Hex color #122A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A27 is #EDD5D8. Grayscale: #222222. Windows color (decimal): -15586777 or 2566674. OLE color: 2566674.

HSL color Cylindrical-coordinate representation of color #122A27: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A27 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 42 39 -
CMYK 0.57 0 0.07 0.84
HSL 172.5º 0.4% 0.12% -
HSV(B) 172.5º 0.57% 0.16% -
XYZ 1.44 1.93 2.22 -
YUV 34.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 18 42 39 0.57 0 0.07 0.84 172.5 0.4 0.12
Hex 12 2A 27 39 0 7 54 AC 28 C
Octal 22 52 47 71 0 7 124 254 50 14
Binary 10010 101010 100111 111001 0 111 1010100 10101100 101000 1100

Color Harmonies of #122A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A27

Black with #122A27

Text Example


Text Example

White with #122A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122A27; }

 p { color: rgb(18,42,39); }

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

background-color css

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

 a { background-color: rgb(18,42,39); }

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

border-color css

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

 span { border-color: rgb(18,42,39); }

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