Html Css Color HEX #112F2B Racing Green

📋 copy color: '#112F2B'

red 17 ◦ green 47 ◦ blue 43

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

Shades of Racing Green #112F2B

Tints of Racing Green #112F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.93%

 BLUE value IS 43 (17.19% from 255) = 40.19%

R = 15.89%
G = 43.93%
B = 40.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#112F2B (or 0x112F2B) is known color: Racing Green. HEX triplet: 11, 2F and 2B. RGB value is (17,47,43). Sum of RGB (Red+Green+Blue) = 17+47+43=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #112F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F2B is #EED0D4. Grayscale: #252525. Windows color (decimal): -15651029 or 2830097. OLE color: 2830097.

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

Color convert

RGB 17 47 43 -
CMYK 0.64 0 0.09 0.82
HSL 172º 0.47% 0.13% -
HSV(B) 172º 0.64% 0.18% -
XYZ 1.68 2.33 2.65 -
YUV 37.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 17 47 43 0.64 0 0.09 0.82 172 0.47 0.13
Hex 11 2F 2B 40 0 9 52 AC 2F D
Octal 21 57 53 100 0 11 122 254 57 15
Binary 10001 101111 101011 1000000 0 1001 1010010 10101100 101111 1101

Color Harmonies of #112F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F2B

Black with #112F2B

Text Example


Text Example

White with #112F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,47,43); }

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

background-color css

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

 a { background-color: rgb(17,47,43); }

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

border-color css

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

 span { border-color: rgb(17,47,43); }

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