Html Css Color HEX #122E2A Racing Green

📋 copy color: '#122E2A'

red 18 ◦ green 46 ◦ blue 42

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

Shades of Racing Green #122E2A

Tints of Racing Green #122E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 43.4%

 BLUE value IS 42 (16.8% from 255) = 39.62%

R = 16.98%
G = 43.4%
B = 39.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#122E2A (or 0x122E2A) is known color: Racing Green. HEX triplet: 12, 2E and 2A. RGB value is (18,46,42). Sum of RGB (Red+Green+Blue) = 18+46+42=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #122E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E2A is #EDD1D5. Grayscale: #252525. Windows color (decimal): -15585750 or 2764306. OLE color: 2764306.

HSL color Cylindrical-coordinate representation of color #122E2A: hue angle of 171.43º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E2A is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 46 42 -
CMYK 0.61 0 0.09 0.82
HSL 171.43º 0.44% 0.13% -
HSV(B) 171.43º 0.61% 0.18% -
XYZ 1.64 2.25 2.54 -
YUV 37.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 18 46 42 0.61 0 0.09 0.82 171.43 0.44 0.13
Hex 12 2E 2A 3D 0 9 52 AB 2C D
Octal 22 56 52 75 0 11 122 253 54 15
Binary 10010 101110 101010 111101 0 1001 1010010 10101011 101100 1101

Color Harmonies of #122E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E2A

Black with #122E2A

Text Example


Text Example

White with #122E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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