Html Css Color HEX #122E29 Racing Green

📋 copy color: '#122E29'

red 18 ◦ green 46 ◦ blue 41

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

Shades of Racing Green #122E29

Tints of Racing Green #122E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 39.05%

R = 17.14%
G = 43.81%
B = 39.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#122E29 (or 0x122E29) is known color: Racing Green. HEX triplet: 12, 2E and 29. RGB value is (18,46,41). Sum of RGB (Red+Green+Blue) = 18+46+41=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #122E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E29 is #EDD1D6. Grayscale: #252525. Windows color (decimal): -15585751 or 2698770. OLE color: 2698770.

HSL color Cylindrical-coordinate representation of color #122E29: hue angle of 169.29º 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 #122E29 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 46 41 -
CMYK 0.61 0 0.11 0.82
HSL 169.29º 0.44% 0.13% -
HSV(B) 169.29º 0.61% 0.18% -
XYZ 1.63 2.24 2.44 -
YUV 37.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 18 46 41 0.61 0 0.11 0.82 169.29 0.44 0.13
Hex 12 2E 29 3D 0 B 52 A9 2C D
Octal 22 56 51 75 0 13 122 251 54 15
Binary 10010 101110 101001 111101 0 1011 1010010 10101001 101100 1101

Color Harmonies of #122E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E29

Black with #122E29

Text Example


Text Example

White with #122E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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