Html Css Color HEX #112E21 Cardin Green

📋 copy color: '#112E21'

red 17 ◦ green 46 ◦ blue 33

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

Shades of Cardin Green #112E21

Tints of Cardin Green #112E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 47.92%

 BLUE value IS 33 (13.28% from 255) = 34.38%

R = 17.71%
G = 47.92%
B = 34.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#112E21 (or 0x112E21) is known color: Cardin Green. HEX triplet: 11, 2E and 21. RGB value is (17,46,33). Sum of RGB (Red+Green+Blue) = 17+46+33=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #112E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E21 is #EED1DE. Grayscale: #232323. Windows color (decimal): -15651295 or 2174481. OLE color: 2174481.

HSL color Cylindrical-coordinate representation of color #112E21: hue angle of 153.1º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112E21 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 46 33 -
CMYK 0.63 0 0.28 0.82
HSL 153.1º 0.46% 0.12% -
HSV(B) 153.1º 0.63% 0.18% -
XYZ 1.48 2.18 1.78 -
YUV 35.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 17 46 33 0.63 0 0.28 0.82 153.1 0.46 0.12
Hex 11 2E 21 3F 0 1C 52 99 2E C
Octal 21 56 41 77 0 34 122 231 56 14
Binary 10001 101110 100001 111111 0 11100 1010010 10011001 101110 1100

Color Harmonies of #112E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E21

Black with #112E21

Text Example


Text Example

White with #112E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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