Html Css Color HEX #112018 Cardin Green

📋 copy color: '#112018'

red 17 ◦ green 32 ◦ blue 24

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

Shades of Cardin Green #112018

Tints of Cardin Green #112018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 43.84%

 BLUE value IS 24 (9.77% from 255) = 32.88%

R = 23.29%
G = 43.84%
B = 32.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#112018 (or 0x112018) is known color: Cardin Green. HEX triplet: 11, 20 and 18. RGB value is (17,32,24). Sum of RGB (Red+Green+Blue) = 17+32+24=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #112018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112018 is #EEDFE7. Grayscale: #1A1A1A. Windows color (decimal): -15654888 or 1581073. OLE color: 1581073.

HSL color Cylindrical-coordinate representation of color #112018: hue angle of 148º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #112018 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 24 -
CMYK 0.47 0 0.25 0.87
HSL 148º 0.31% 0.1% -
HSV(B) 148º 0.47% 0.13% -
XYZ 0.91 1.22 1.05 -
YUV 26.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 17 32 24 0.47 0 0.25 0.87 148 0.31 0.1
Hex 11 20 18 2F 0 19 57 94 1F A
Octal 21 40 30 57 0 31 127 224 37 12
Binary 10001 100000 11000 101111 0 11001 1010111 10010100 11111 1010

Color Harmonies of #112018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112018

Black with #112018

Text Example


Text Example

White with #112018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112018; }

 p { color: rgb(17,32,24); }

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

background-color css

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

 a { background-color: rgb(17,32,24); }

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

border-color css

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

 span { border-color: rgb(17,32,24); }

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