Html Css Color HEX #0D731A Green

📋 copy color: '#0D731A'

red 13 ◦ green 115 ◦ blue 26

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

Shades of Green #0D731A

Tints of Green #0D731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.68%

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

R = 8.44%
G = 74.68%
B = 16.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#0D731A (or 0x0D731A) is known color: Green. HEX triplet: 0D, 73 and 1A. RGB value is (13,115,26). Sum of RGB (Red+Green+Blue) = 13+115+26=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #0D731A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D731A is #F28CE5. Grayscale: #4A4A4A. Windows color (decimal): -15895782 or 1733389. OLE color: 1733389.

HSL color Cylindrical-coordinate representation of color #0D731A: hue angle of 127.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D731A is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 115 26 -
CMYK 0.89 0 0.77 0.55
HSL 127.65º 0.8% 0.25% -
HSV(B) 127.65º 0.89% 0.45% -
XYZ 6.48 12.42 3.03 -
YUV 74.36 100.71 84.24 -
System Red Green Blue C M Y K H S L
Decimal 13 115 26 0.89 0 0.77 0.55 127.65 0.8 0.25
Hex D 73 1A 59 0 4D 37 80 50 19
Octal 15 163 32 131 0 115 67 200 120 31
Binary 1101 1110011 11010 1011001 0 1001101 110111 10000000 1010000 11001

Color Harmonies of #0D731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D731A

Black with #0D731A

Text Example


Text Example

White with #0D731A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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