Html Css Color HEX #113025 Dark Green

📋 copy color: '#113025'

red 17 ◦ green 48 ◦ blue 37

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

Shades of Dark Green #113025

Tints of Dark Green #113025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 36.27%

R = 16.67%
G = 47.06%
B = 36.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#113025 (or 0x113025) is known color: Dark Green. HEX triplet: 11, 30 and 25. RGB value is (17,48,37). Sum of RGB (Red+Green+Blue) = 17+48+37=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #113025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113025 is #EECFDA. Grayscale: #252525. Windows color (decimal): -15650779 or 2437137. OLE color: 2437137.

HSL color Cylindrical-coordinate representation of color #113025: hue angle of 158.71º 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 #113025 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 37 -
CMYK 0.65 0 0.23 0.81
HSL 158.71º 0.48% 0.13% -
HSV(B) 158.71º 0.65% 0.19% -
XYZ 1.62 2.37 2.12 -
YUV 37.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 17 48 37 0.65 0 0.23 0.81 158.71 0.48 0.13
Hex 11 30 25 41 0 17 51 9F 30 D
Octal 21 60 45 101 0 27 121 237 60 15
Binary 10001 110000 100101 1000001 0 10111 1010001 10011111 110000 1101

Color Harmonies of #113025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113025

Black with #113025

Text Example


Text Example

White with #113025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113025; }

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

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

background-color css

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

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

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

border-color css

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

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

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