Html Css Color HEX #112C1D Cardin Green

📋 copy color: '#112C1D'

red 17 ◦ green 44 ◦ blue 29

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

Shades of Cardin Green #112C1D

Tints of Cardin Green #112C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 48.89%

 BLUE value IS 29 (11.72% from 255) = 32.22%

R = 18.89%
G = 48.89%
B = 32.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.83

RGB Variations

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

Color information

#112C1D (or 0x112C1D) is known color: Cardin Green. HEX triplet: 11, 2C and 1D. RGB value is (17,44,29). Sum of RGB (Red+Green+Blue) = 17+44+29=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 44 - color contains mainly: green. Hex color #112C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C1D is #EED3E2. Grayscale: #222222. Windows color (decimal): -15651811 or 1911825. OLE color: 1911825.

HSL color Cylindrical-coordinate representation of color #112C1D: hue angle of 146.67º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C1D is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 44 29 -
CMYK 0.61 0 0.34 0.83
HSL 146.67º 0.44% 0.12% -
HSV(B) 146.67º 0.61% 0.17% -
XYZ 1.35 2.01 1.48 -
YUV 34.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 17 44 29 0.61 0 0.34 0.83 146.67 0.44 0.12
Hex 11 2C 1D 3D 0 22 53 93 2C C
Octal 21 54 35 75 0 42 123 223 54 14
Binary 10001 101100 11101 111101 0 100010 1010011 10010011 101100 1100

Color Harmonies of #112C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C1D

Black with #112C1D

Text Example


Text Example

White with #112C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,29); }

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

background-color css

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

 a { background-color: rgb(17,44,29); }

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

border-color css

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

 span { border-color: rgb(17,44,29); }

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