Html Css Color HEX #0D701A Green

📋 copy color: '#0D701A'

red 13 ◦ green 112 ◦ blue 26

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

Shades of Green #0D701A

Tints of Green #0D701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 74.17%

 BLUE value IS 26 (10.55% from 255) = 17.22%

R = 8.61%
G = 74.17%
B = 17.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#0D701A (or 0x0D701A) is known color: Green. HEX triplet: 0D, 70 and 1A. RGB value is (13,112,26). Sum of RGB (Red+Green+Blue) = 13+112+26=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #0D701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D701A is #F28FE5. Grayscale: #484848. Windows color (decimal): -15896550 or 1732621. OLE color: 1732621.

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

Color convert

RGB 13 112 26 -
CMYK 0.88 0 0.77 0.56
HSL 127.88º 0.79% 0.25% -
HSV(B) 127.88º 0.88% 0.44% -
XYZ 6.15 11.75 2.92 -
YUV 72.6 101.7 85.49 -
System Red Green Blue C M Y K H S L
Decimal 13 112 26 0.88 0 0.77 0.56 127.88 0.79 0.25
Hex D 70 1A 58 0 4D 38 80 4F 19
Octal 15 160 32 130 0 115 70 200 117 31
Binary 1101 1110000 11010 1011000 0 1001101 111000 10000000 1001111 11001

Color Harmonies of #0D701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D701A

Black with #0D701A

Text Example


Text Example

White with #0D701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,112,26); }

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

background-color css

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

 a { background-color: rgb(13,112,26); }

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

border-color css

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

 span { border-color: rgb(13,112,26); }

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