Html Css Color HEX #112C1F Cardin Green

📋 copy color: '#112C1F'

red 17 ◦ green 44 ◦ blue 31

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

Shades of Cardin Green #112C1F

Tints of Cardin Green #112C1F

RGB

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

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

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

R = 18.48%
G = 47.83%
B = 33.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.83

RGB Variations

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

Color information

#112C1F (or 0x112C1F) is known color: Cardin Green. HEX triplet: 11, 2C and 1F. RGB value is (17,44,31). Sum of RGB (Red+Green+Blue) = 17+44+31=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #112C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C1F is #EED3E0. Grayscale: #222222. Windows color (decimal): -15651809 or 2042897. OLE color: 2042897.

HSL color Cylindrical-coordinate representation of color #112C1F: hue angle of 151.11º 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 #112C1F is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 44 31 -
CMYK 0.61 0 0.30 0.83
HSL 151.11º 0.44% 0.12% -
HSV(B) 151.11º 0.61% 0.17% -
XYZ 1.38 2.02 1.61 -
YUV 34.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 17 44 31 0.61 0 0.30 0.83 151.11 0.44 0.12
Hex 11 2C 1F 3D 0 1E 53 97 2C C
Octal 21 54 37 75 0 36 123 227 54 14
Binary 10001 101100 11111 111101 0 11110 1010011 10010111 101100 1100

Color Harmonies of #112C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C1F

Black with #112C1F

Text Example


Text Example

White with #112C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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