Html Css Color HEX #0D7113 Green

📋 copy color: '#0D7113'

red 13 ◦ green 113 ◦ blue 19

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

Shades of Green #0D7113

Tints of Green #0D7113

RGB

 RED value IS 13 (5.47% from 255) = 8.97%

 GREEN value IS 113 (44.53% from 255) = 77.93%

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 8.97%
G = 77.93%
B = 13.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#0D7113 (or 0x0D7113) is known color: Green. HEX triplet: 0D, 71 and 13. RGB value is (13,113,19). Sum of RGB (Red+Green+Blue) = 13+113+19=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7113 is #F28EEC. Grayscale: #484848. Windows color (decimal): -15896301 or 1274125. OLE color: 1274125.

HSL color Cylindrical-coordinate representation of color #0D7113: hue angle of 123.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7113 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 113 19 -
CMYK 0.88 0 0.83 0.56
HSL 123.6º 0.79% 0.25% -
HSV(B) 123.6º 0.88% 0.44% -
XYZ 6.19 11.94 2.6 -
YUV 72.38 97.87 85.64 -
System Red Green Blue C M Y K H S L
Decimal 13 113 19 0.88 0 0.83 0.56 123.6 0.79 0.25
Hex D 71 13 58 0 53 38 7C 4F 19
Octal 15 161 23 130 0 123 70 174 117 31
Binary 1101 1110001 10011 1011000 0 1010011 111000 1111100 1001111 11001

Color Harmonies of #0D7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7113

Black with #0D7113

Text Example


Text Example

White with #0D7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7113; }

 p { color: rgb(13,113,19); }

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

background-color css

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

 a { background-color: rgb(13,113,19); }

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

border-color css

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

 span { border-color: rgb(13,113,19); }

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