Html Css Color HEX #112218 Cardin Green

📋 copy color: '#112218'

red 17 ◦ green 34 ◦ blue 24

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

Shades of Cardin Green #112218

Tints of Cardin Green #112218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 45.33%

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

R = 22.67%
G = 45.33%
B = 32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#112218 (or 0x112218) is known color: Cardin Green. HEX triplet: 11, 22 and 18. RGB value is (17,34,24). Sum of RGB (Red+Green+Blue) = 17+34+24=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #112218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112218 is #EEDDE7. Grayscale: #1B1B1B. Windows color (decimal): -15654376 or 1581585. OLE color: 1581585.

HSL color Cylindrical-coordinate representation of color #112218: hue angle of 144.71º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #112218 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 34 24 -
CMYK 0.50 0 0.29 0.87
HSL 144.71º 0.33% 0.1% -
HSV(B) 144.71º 0.5% 0.13% -
XYZ 0.97 1.33 1.07 -
YUV 27.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 17 34 24 0.50 0 0.29 0.87 144.71 0.33 0.1
Hex 11 22 18 32 0 1D 57 91 21 A
Octal 21 42 30 62 0 35 127 221 41 12
Binary 10001 100010 11000 110010 0 11101 1010111 10010001 100001 1010

Color Harmonies of #112218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112218

Black with #112218

Text Example


Text Example

White with #112218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112218; }

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

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

background-color css

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

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

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

border-color css

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

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

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