Html Css Color HEX #112E2A Racing Green

📋 copy color: '#112E2A'

red 17 ◦ green 46 ◦ blue 42

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

Shades of Racing Green #112E2A

Tints of Racing Green #112E2A

RGB

 RED value IS 17 (7.03% from 255) = 16.19%

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

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

R = 16.19%
G = 43.81%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#112E2A (or 0x112E2A) is known color: Racing Green. HEX triplet: 11, 2E and 2A. RGB value is (17,46,42). Sum of RGB (Red+Green+Blue) = 17+46+42=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #112E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E2A is #EED1D5. Grayscale: #242424. Windows color (decimal): -15651286 or 2764305. OLE color: 2764305.

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

Color convert

RGB 17 46 42 -
CMYK 0.63 0 0.09 0.82
HSL 171.72º 0.46% 0.12% -
HSV(B) 171.72º 0.63% 0.18% -
XYZ 1.63 2.24 2.54 -
YUV 36.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 17 46 42 0.63 0 0.09 0.82 171.72 0.46 0.12
Hex 11 2E 2A 3F 0 9 52 AC 2E C
Octal 21 56 52 77 0 11 122 254 56 14
Binary 10001 101110 101010 111111 0 1001 1010010 10101100 101110 1100

Color Harmonies of #112E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E2A

Black with #112E2A

Text Example


Text Example

White with #112E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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