Html Css Color HEX #112D1F Cardin Green

📋 copy color: '#112D1F'

red 17 ◦ green 45 ◦ blue 31

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

Shades of Cardin Green #112D1F

Tints of Cardin Green #112D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 33.33%

R = 18.28%
G = 48.39%
B = 33.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.82

RGB Variations

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

Color information

#112D1F (or 0x112D1F) is known color: Cardin Green. HEX triplet: 11, 2D and 1F. RGB value is (17,45,31). Sum of RGB (Red+Green+Blue) = 17+45+31=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #112D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D1F is #EED2E0. Grayscale: #232323. Windows color (decimal): -15651553 or 2043153. OLE color: 2043153.

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

Color convert

RGB 17 45 31 -
CMYK 0.62 0 0.31 0.82
HSL 150º 0.45% 0.12% -
HSV(B) 150º 0.62% 0.18% -
XYZ 1.42 2.09 1.63 -
YUV 35.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 17 45 31 0.62 0 0.31 0.82 150 0.45 0.12
Hex 11 2D 1F 3E 0 1F 52 96 2D C
Octal 21 55 37 76 0 37 122 226 55 14
Binary 10001 101101 11111 111110 0 11111 1010010 10010110 101101 1100

Color Harmonies of #112D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D1F

Black with #112D1F

Text Example


Text Example

White with #112D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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