Html Css Color HEX #112D2A Racing Green

📋 copy color: '#112D2A'

red 17 ◦ green 45 ◦ blue 42

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

Shades of Racing Green #112D2A

Tints of Racing Green #112D2A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 43.27%

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

R = 16.35%
G = 43.27%
B = 40.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.82

RGB Variations

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

Color information

#112D2A (or 0x112D2A) is known color: Racing Green. HEX triplet: 11, 2D and 2A. RGB value is (17,45,42). Sum of RGB (Red+Green+Blue) = 17+45+42=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 45 - color contains mainly: green. Hex color #112D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D2A is #EED2D5. Grayscale: #242424. Windows color (decimal): -15651542 or 2764049. OLE color: 2764049.

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

Color convert

RGB 17 45 42 -
CMYK 0.62 0 0.07 0.82
HSL 173.57º 0.45% 0.12% -
HSV(B) 173.57º 0.62% 0.18% -
XYZ 1.59 2.16 2.52 -
YUV 36.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 17 45 42 0.62 0 0.07 0.82 173.57 0.45 0.12
Hex 11 2D 2A 3E 0 7 52 AE 2D C
Octal 21 55 52 76 0 7 122 256 55 14
Binary 10001 101101 101010 111110 0 111 1010010 10101110 101101 1100

Color Harmonies of #112D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D2A

Black with #112D2A

Text Example


Text Example

White with #112D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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