Html Css Color HEX #112118 Cardin Green

📋 copy color: '#112118'

red 17 ◦ green 33 ◦ blue 24

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

Shades of Cardin Green #112118

Tints of Cardin Green #112118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44.59%

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

R = 22.97%
G = 44.59%
B = 32.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#112118 (or 0x112118) is known color: Cardin Green. HEX triplet: 11, 21 and 18. RGB value is (17,33,24). Sum of RGB (Red+Green+Blue) = 17+33+24=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #112118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112118 is #EEDEE7. Grayscale: #1B1B1B. Windows color (decimal): -15654632 or 1581329. OLE color: 1581329.

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

Color convert

RGB 17 33 24 -
CMYK 0.48 0 0.27 0.87
HSL 146.25º 0.32% 0.1% -
HSV(B) 146.25º 0.48% 0.13% -
XYZ 0.94 1.27 1.06 -
YUV 27.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 17 33 24 0.48 0 0.27 0.87 146.25 0.32 0.1
Hex 11 21 18 30 0 1B 57 92 20 A
Octal 21 41 30 60 0 33 127 222 40 12
Binary 10001 100001 11000 110000 0 11011 1010111 10010010 100000 1010

Color Harmonies of #112118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112118

Black with #112118

Text Example


Text Example

White with #112118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112118; }

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

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

background-color css

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

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

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

border-color css

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

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

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