Html Css Color HEX #0D951A Forest Green

📋 copy color: '#0D951A'

red 13 ◦ green 149 ◦ blue 26

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

Shades of Forest Green #0D951A

Tints of Forest Green #0D951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 79.26%

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

R = 6.91%
G = 79.26%
B = 13.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#0D951A (or 0x0D951A) is known color: Forest Green. HEX triplet: 0D, 95 and 1A. RGB value is (13,149,26). Sum of RGB (Red+Green+Blue) = 13+149+26=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 149 (58.59% from 255 or 79.26% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 149 - color contains mainly: green. Hex color #0D951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D951A is #F26AE5. Grayscale: #5E5E5E. Windows color (decimal): -15887078 or 1742093. OLE color: 1742093.

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

Color convert

RGB 13 149 26 -
CMYK 0.91 0 0.83 0.42
HSL 125.74º 0.84% 0.32% -
HSV(B) 125.74º 0.91% 0.58% -
XYZ 11.1 21.66 4.57 -
YUV 94.31 89.44 70 -
System Red Green Blue C M Y K H S L
Decimal 13 149 26 0.91 0 0.83 0.42 125.74 0.84 0.32
Hex D 95 1A 5B 0 53 2A 7E 54 20
Octal 15 225 32 133 0 123 52 176 124 40
Binary 1101 10010101 11010 1011011 0 1010011 101010 1111110 1010100 100000

Color Harmonies of #0D951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D951A

Black with #0D951A

Text Example


Text Example

White with #0D951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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