Html Css Color HEX #0D7115 Green

📋 copy color: '#0D7115'

red 13 ◦ green 113 ◦ blue 21

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

Shades of Green #0D7115

Tints of Green #0D7115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 8.84%
G = 76.87%
B = 14.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#0D7115 (or 0x0D7115) is known color: Green. HEX triplet: 0D, 71 and 15. RGB value is (13,113,21). Sum of RGB (Red+Green+Blue) = 13+113+21=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7115 is #F28EEA. Grayscale: #484848. Windows color (decimal): -15896299 or 1405197. OLE color: 1405197.

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

Color convert

RGB 13 113 21 -
CMYK 0.88 0 0.81 0.56
HSL 124.8º 0.79% 0.25% -
HSV(B) 124.8º 0.88% 0.44% -
XYZ 6.21 11.95 2.69 -
YUV 72.61 98.87 85.48 -
System Red Green Blue C M Y K H S L
Decimal 13 113 21 0.88 0 0.81 0.56 124.8 0.79 0.25
Hex D 71 15 58 0 51 38 7D 4F 19
Octal 15 161 25 130 0 121 70 175 117 31
Binary 1101 1110001 10101 1011000 0 1010001 111000 1111101 1001111 11001

Color Harmonies of #0D7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7115

Black with #0D7115

Text Example


Text Example

White with #0D7115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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