Html Css Color HEX #0D781A Forest Green

📋 copy color: '#0D781A'

red 13 ◦ green 120 ◦ blue 26

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

Shades of Forest Green #0D781A

Tints of Forest Green #0D781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 75.47%

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

R = 8.18%
G = 75.47%
B = 16.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#0D781A (or 0x0D781A) is known color: Forest Green. HEX triplet: 0D, 78 and 1A. RGB value is (13,120,26). Sum of RGB (Red+Green+Blue) = 13+120+26=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 120 (47.27% from 255 or 75.47% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 120 - color contains mainly: green. Hex color #0D781A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D781A is #F287E5. Grayscale: #4D4D4D. Windows color (decimal): -15894502 or 1734669. OLE color: 1734669.

HSL color Cylindrical-coordinate representation of color #0D781A: hue angle of 127.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D781A is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 120 26 -
CMYK 0.89 0 0.78 0.53
HSL 127.29º 0.8% 0.26% -
HSV(B) 127.29º 0.89% 0.47% -
XYZ 7.07 13.59 3.23 -
YUV 77.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 13 120 26 0.89 0 0.78 0.53 127.29 0.8 0.26
Hex D 78 1A 59 0 4E 35 7F 50 1A
Octal 15 170 32 131 0 116 65 177 120 32
Binary 1101 1111000 11010 1011001 0 1001110 110101 1111111 1010000 11010

Color Harmonies of #0D781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D781A

Black with #0D781A

Text Example


Text Example

White with #0D781A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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