Html Css Color HEX #0D982A Forest Green

📋 copy color: '#0D982A'

red 13 ◦ green 152 ◦ blue 42

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

Shades of Forest Green #0D982A

Tints of Forest Green #0D982A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 6.28%
G = 73.43%
B = 20.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#0D982A (or 0x0D982A) is known color: Forest Green. HEX triplet: 0D, 98 and 2A. RGB value is (13,152,42). Sum of RGB (Red+Green+Blue) = 13+152+42=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 152 (59.77% from 255 or 73.43% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 152 - color contains mainly: green. Hex color #0D982A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D982A is #F267D5. Grayscale: #626262. Windows color (decimal): -15886294 or 2791437. OLE color: 2791437.

HSL color Cylindrical-coordinate representation of color #0D982A: hue angle of 132.52º 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 #0D982A is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 152 42 -
CMYK 0.91 0 0.72 0.40
HSL 132.52º 0.84% 0.32% -
HSV(B) 132.52º 0.91% 0.6% -
XYZ 11.81 22.71 5.95 -
YUV 97.9 96.45 67.44 -
System Red Green Blue C M Y K H S L
Decimal 13 152 42 0.91 0 0.72 0.40 132.52 0.84 0.32
Hex D 98 2A 5B 0 48 28 85 54 20
Octal 15 230 52 133 0 110 50 205 124 40
Binary 1101 10011000 101010 1011011 0 1001000 101000 10000101 1010100 100000

Color Harmonies of #0D982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D982A

Black with #0D982A

Text Example


Text Example

White with #0D982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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