Html Css Color HEX #112D1D Cardin Green

📋 copy color: '#112D1D'

red 17 ◦ green 45 ◦ blue 29

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

Shades of Cardin Green #112D1D

Tints of Cardin Green #112D1D

RGB

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

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

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

R = 18.68%
G = 49.45%
B = 31.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.82

RGB Variations

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

Color information

#112D1D (or 0x112D1D) is known color: Cardin Green. HEX triplet: 11, 2D and 1D. RGB value is (17,45,29). Sum of RGB (Red+Green+Blue) = 17+45+29=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 45 - color contains mainly: green. Hex color #112D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D1D is #EED2E2. Grayscale: #222222. Windows color (decimal): -15651555 or 1912081. OLE color: 1912081.

HSL color Cylindrical-coordinate representation of color #112D1D: hue angle of 145.71º 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 #112D1D is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 45 29 -
CMYK 0.62 0 0.36 0.82
HSL 145.71º 0.45% 0.12% -
HSV(B) 145.71º 0.62% 0.18% -
XYZ 1.39 2.08 1.49 -
YUV 34.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 17 45 29 0.62 0 0.36 0.82 145.71 0.45 0.12
Hex 11 2D 1D 3E 0 24 52 92 2D C
Octal 21 55 35 76 0 44 122 222 55 14
Binary 10001 101101 11101 111110 0 100100 1010010 10010010 101101 1100

Color Harmonies of #112D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D1D

Black with #112D1D

Text Example


Text Example

White with #112D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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