Html Css Color HEX #0D8F25 Forest Green

📋 copy color: '#0D8F25'

red 13 ◦ green 143 ◦ blue 37

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

Shades of Forest Green #0D8F25

Tints of Forest Green #0D8F25

RGB

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

 GREEN value IS 143 (56.25% from 255) = 74.09%

 BLUE value IS 37 (14.84% from 255) = 19.17%

R = 6.74%
G = 74.09%
B = 19.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#0D8F25 (or 0x0D8F25) is known color: Forest Green. HEX triplet: 0D, 8F and 25. RGB value is (13,143,37). Sum of RGB (Red+Green+Blue) = 13+143+37=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #0D8F25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8F25 is #F270DA. Grayscale: #5C5C5C. Windows color (decimal): -15888603 or 2461453. OLE color: 2461453.

HSL color Cylindrical-coordinate representation of color #0D8F25: hue angle of 131.08º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8F25 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 143 37 -
CMYK 0.91 0 0.74 0.44
HSL 131.08º 0.83% 0.31% -
HSV(B) 131.08º 0.91% 0.56% -
XYZ 10.32 19.86 5.04 -
YUV 92.05 96.93 71.62 -
System Red Green Blue C M Y K H S L
Decimal 13 143 37 0.91 0 0.74 0.44 131.08 0.83 0.31
Hex D 8F 25 5B 0 4A 2C 83 53 1F
Octal 15 217 45 133 0 112 54 203 123 37
Binary 1101 10001111 100101 1011011 0 1001010 101100 10000011 1010011 11111

Color Harmonies of #0D8F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8F25

Black with #0D8F25

Text Example


Text Example

White with #0D8F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,143,37); }

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

background-color css

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

 a { background-color: rgb(13,143,37); }

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

border-color css

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

 span { border-color: rgb(13,143,37); }

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