Html Css Color HEX #0D982E Forest Green

📋 copy color: '#0D982E'

red 13 ◦ green 152 ◦ blue 46

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

Shades of Forest Green #0D982E

Tints of Forest Green #0D982E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 72.04%

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 6.16%
G = 72.04%
B = 21.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#0D982E (or 0x0D982E) is known color: Forest Green. HEX triplet: 0D, 98 and 2E. RGB value is (13,152,46). Sum of RGB (Red+Green+Blue) = 13+152+46=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #0D982E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D982E is #F267D1. Grayscale: #626262. Windows color (decimal): -15886290 or 3053581. OLE color: 3053581.

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

Color convert

RGB 13 152 46 -
CMYK 0.91 0 0.70 0.40
HSL 134.24º 0.84% 0.32% -
HSV(B) 134.24º 0.91% 0.6% -
XYZ 11.89 22.74 6.35 -
YUV 98.36 98.45 67.12 -
System Red Green Blue C M Y K H S L
Decimal 13 152 46 0.91 0 0.70 0.40 134.24 0.84 0.32
Hex D 98 2E 5B 0 46 28 86 54 20
Octal 15 230 56 133 0 106 50 206 124 40
Binary 1101 10011000 101110 1011011 0 1000110 101000 10000110 1010100 100000

Color Harmonies of #0D982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D982E

Black with #0D982E

Text Example


Text Example

White with #0D982E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,152,46); }

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

background-color css

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

 a { background-color: rgb(13,152,46); }

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

border-color css

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

 span { border-color: rgb(13,152,46); }

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