Html Css Color HEX #0D7A1A Forest Green

📋 copy color: '#0D7A1A'

red 13 ◦ green 122 ◦ blue 26

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

Shades of Forest Green #0D7A1A

Tints of Forest Green #0D7A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 75.78%

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

R = 8.07%
G = 75.78%
B = 16.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#0D7A1A (or 0x0D7A1A) is known color: Forest Green. HEX triplet: 0D, 7A and 1A. RGB value is (13,122,26). Sum of RGB (Red+Green+Blue) = 13+122+26=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 122 (48.05% from 255 or 75.78% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 122 - color contains mainly: green. Hex color #0D7A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7A1A is #F285E5. Grayscale: #4E4E4E. Windows color (decimal): -15893990 or 1735181. OLE color: 1735181.

HSL color Cylindrical-coordinate representation of color #0D7A1A: hue angle of 127.16º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7A1A is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB 13 122 26 -
CMYK 0.89 0 0.79 0.52
HSL 127.16º 0.81% 0.26% -
HSV(B) 127.16º 0.89% 0.48% -
XYZ 7.31 14.08 3.31 -
YUV 78.47 98.39 81.31 -
System Red Green Blue C M Y K H S L
Decimal 13 122 26 0.89 0 0.79 0.52 127.16 0.81 0.26
Hex D 7A 1A 59 0 4F 34 7F 51 1A
Octal 15 172 32 131 0 117 64 177 121 32
Binary 1101 1111010 11010 1011001 0 1001111 110100 1111111 1010001 11010

Color Harmonies of #0D7A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7A1A

Black with #0D7A1A

Text Example


Text Example

White with #0D7A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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