Html Css Color HEX #0D971A Forest Green

📋 copy color: '#0D971A'

red 13 ◦ green 151 ◦ blue 26

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

Shades of Forest Green #0D971A

Tints of Forest Green #0D971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 79.47%

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

R = 6.84%
G = 79.47%
B = 13.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#0D971A (or 0x0D971A) is known color: Forest Green. HEX triplet: 0D, 97 and 1A. RGB value is (13,151,26). Sum of RGB (Red+Green+Blue) = 13+151+26=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 151 (59.38% from 255 or 79.47% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 151 - color contains mainly: green. Hex color #0D971A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D971A is #F268E5. Grayscale: #5F5F5F. Windows color (decimal): -15886566 or 1742605. OLE color: 1742605.

HSL color Cylindrical-coordinate representation of color #0D971A: hue angle of 125.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D971A is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 151 26 -
CMYK 0.91 0 0.83 0.41
HSL 125.65º 0.84% 0.32% -
HSV(B) 125.65º 0.91% 0.59% -
XYZ 11.42 22.29 4.68 -
YUV 95.49 88.78 69.16 -
System Red Green Blue C M Y K H S L
Decimal 13 151 26 0.91 0 0.83 0.41 125.65 0.84 0.32
Hex D 97 1A 5B 0 53 29 7E 54 20
Octal 15 227 32 133 0 123 51 176 124 40
Binary 1101 10010111 11010 1011011 0 1010011 101001 1111110 1010100 100000

Color Harmonies of #0D971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D971A

Black with #0D971A

Text Example


Text Example

White with #0D971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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