Html Css Color HEX #112D1E Cardin Green

📋 copy color: '#112D1E'

red 17 ◦ green 45 ◦ blue 30

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

Shades of Cardin Green #112D1E

Tints of Cardin Green #112D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 48.91%

 BLUE value IS 30 (12.11% from 255) = 32.61%

R = 18.48%
G = 48.91%
B = 32.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.82

RGB Variations

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

Color information

#112D1E (or 0x112D1E) is known color: Cardin Green. HEX triplet: 11, 2D and 1E. RGB value is (17,45,30). Sum of RGB (Red+Green+Blue) = 17+45+30=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #112D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D1E is #EED2E1. Grayscale: #222222. Windows color (decimal): -15651554 or 1977617. OLE color: 1977617.

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

Color convert

RGB 17 45 30 -
CMYK 0.62 0 0.33 0.82
HSL 147.86º 0.45% 0.12% -
HSV(B) 147.86º 0.62% 0.18% -
XYZ 1.4 2.09 1.56 -
YUV 34.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 17 45 30 0.62 0 0.33 0.82 147.86 0.45 0.12
Hex 11 2D 1E 3E 0 21 52 94 2D C
Octal 21 55 36 76 0 41 122 224 55 14
Binary 10001 101101 11110 111110 0 100001 1010010 10010100 101101 1100

Color Harmonies of #112D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D1E

Black with #112D1E

Text Example


Text Example

White with #112D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,45,30); }

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

background-color css

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

 a { background-color: rgb(17,45,30); }

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

border-color css

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

 span { border-color: rgb(17,45,30); }

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