Html Css Color HEX #0D8B15 Forest Green

📋 copy color: '#0D8B15'

red 13 ◦ green 139 ◦ blue 21

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

Shades of Forest Green #0D8B15

Tints of Forest Green #0D8B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 80.35%

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 7.51%
G = 80.35%
B = 12.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#0D8B15 (or 0x0D8B15) is known color: Forest Green. HEX triplet: 0D, 8B and 15. RGB value is (13,139,21). Sum of RGB (Red+Green+Blue) = 13+139+21=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 139 (54.69% from 255 or 80.35% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8B15 is #F274EA. Grayscale: #585858. Windows color (decimal): -15889643 or 1411853. OLE color: 1411853.

HSL color Cylindrical-coordinate representation of color #0D8B15: hue angle of 123.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B15 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 139 21 -
CMYK 0.91 0 0.85 0.45
HSL 123.81º 0.83% 0.3% -
HSV(B) 123.81º 0.91% 0.55% -
XYZ 9.53 18.6 3.8 -
YUV 87.87 90.26 74.59 -
System Red Green Blue C M Y K H S L
Decimal 13 139 21 0.91 0 0.85 0.45 123.81 0.83 0.3
Hex D 8B 15 5B 0 55 2D 7C 53 1E
Octal 15 213 25 133 0 125 55 174 123 36
Binary 1101 10001011 10101 1011011 0 1010101 101101 1111100 1010011 11110

Color Harmonies of #0D8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8B15

Black with #0D8B15

Text Example


Text Example

White with #0D8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,139,21); }

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

background-color css

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

 a { background-color: rgb(13,139,21); }

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

border-color css

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

 span { border-color: rgb(13,139,21); }

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