Html Css Color HEX #0D881A Forest Green

📋 copy color: '#0D881A'

red 13 ◦ green 136 ◦ blue 26

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

Shades of Forest Green #0D881A

Tints of Forest Green #0D881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 77.71%

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

R = 7.43%
G = 77.71%
B = 14.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#0D881A (or 0x0D881A) is known color: Forest Green. HEX triplet: 0D, 88 and 1A. RGB value is (13,136,26). Sum of RGB (Red+Green+Blue) = 13+136+26=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 136 (53.52% from 255 or 77.71% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 136 - color contains mainly: green. Hex color #0D881A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D881A is #F277E5. Grayscale: #575757. Windows color (decimal): -15890406 or 1738765. OLE color: 1738765.

HSL color Cylindrical-coordinate representation of color #0D881A: hue angle of 126.34º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D881A is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 136 26 -
CMYK 0.90 0 0.81 0.47
HSL 126.34º 0.83% 0.29% -
HSV(B) 126.34º 0.9% 0.53% -
XYZ 9.16 17.77 3.92 -
YUV 86.68 93.75 75.44 -
System Red Green Blue C M Y K H S L
Decimal 13 136 26 0.90 0 0.81 0.47 126.34 0.83 0.29
Hex D 88 1A 5A 0 51 2F 7E 53 1D
Octal 15 210 32 132 0 121 57 176 123 35
Binary 1101 10001000 11010 1011010 0 1010001 101111 1111110 1010011 11101

Color Harmonies of #0D881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D881A

Black with #0D881A

Text Example


Text Example

White with #0D881A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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