Html Css Color HEX #112E20 Cardin Green

📋 copy color: '#112E20'

red 17 ◦ green 46 ◦ blue 32

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

Shades of Cardin Green #112E20

Tints of Cardin Green #112E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 33.68%

R = 17.89%
G = 48.42%
B = 33.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#112E20 (or 0x112E20) is known color: Cardin Green. HEX triplet: 11, 2E and 20. RGB value is (17,46,32). Sum of RGB (Red+Green+Blue) = 17+46+32=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #112E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E20 is #EED1DF. Grayscale: #232323. Windows color (decimal): -15651296 or 2108945. OLE color: 2108945.

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

Color convert

RGB 17 46 32 -
CMYK 0.63 0 0.30 0.82
HSL 151.03º 0.46% 0.12% -
HSV(B) 151.03º 0.63% 0.18% -
XYZ 1.47 2.18 1.71 -
YUV 35.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 17 46 32 0.63 0 0.30 0.82 151.03 0.46 0.12
Hex 11 2E 20 3F 0 1E 52 97 2E C
Octal 21 56 40 77 0 36 122 227 56 14
Binary 10001 101110 100000 111111 0 11110 1010010 10010111 101110 1100

Color Harmonies of #112E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E20

Black with #112E20

Text Example


Text Example

White with #112E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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