Html Css Color HEX #113026 Dark Green

📋 copy color: '#113026'

red 17 ◦ green 48 ◦ blue 38

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

Shades of Dark Green #113026

Tints of Dark Green #113026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 46.6%

 BLUE value IS 38 (15.23% from 255) = 36.89%

R = 16.5%
G = 46.6%
B = 36.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#113026 (or 0x113026) is known color: Dark Green. HEX triplet: 11, 30 and 26. RGB value is (17,48,38). Sum of RGB (Red+Green+Blue) = 17+48+38=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #113026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113026 is #EECFD9. Grayscale: #252525. Windows color (decimal): -15650778 or 2502673. OLE color: 2502673.

HSL color Cylindrical-coordinate representation of color #113026: hue angle of 160.65º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113026 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 38 -
CMYK 0.65 0 0.21 0.81
HSL 160.65º 0.48% 0.13% -
HSV(B) 160.65º 0.65% 0.19% -
XYZ 1.64 2.37 2.21 -
YUV 37.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 17 48 38 0.65 0 0.21 0.81 160.65 0.48 0.13
Hex 11 30 26 41 0 15 51 A1 30 D
Octal 21 60 46 101 0 25 121 241 60 15
Binary 10001 110000 100110 1000001 0 10101 1010001 10100001 110000 1101

Color Harmonies of #113026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113026

Black with #113026

Text Example


Text Example

White with #113026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113026; }

 p { color: rgb(17,48,38); }

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

background-color css

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

 a { background-color: rgb(17,48,38); }

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

border-color css

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

 span { border-color: rgb(17,48,38); }

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