Html Css Color HEX #0D972B Forest Green

📋 copy color: '#0D972B'

red 13 ◦ green 151 ◦ blue 43

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

Shades of Forest Green #0D972B

Tints of Forest Green #0D972B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 72.95%

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 6.28%
G = 72.95%
B = 20.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#0D972B (or 0x0D972B) is known color: Forest Green. HEX triplet: 0D, 97 and 2B. RGB value is (13,151,43). Sum of RGB (Red+Green+Blue) = 13+151+43=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 151 (59.38% from 255 or 72.95% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 151 - color contains mainly: green. Hex color #0D972B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D972B is #F268D4. Grayscale: #616161. Windows color (decimal): -15886549 or 2856717. OLE color: 2856717.

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

Color convert

RGB 13 151 43 -
CMYK 0.91 0 0.72 0.41
HSL 133.04º 0.84% 0.32% -
HSV(B) 133.04º 0.91% 0.59% -
XYZ 11.67 22.39 5.99 -
YUV 97.43 97.28 67.78 -
System Red Green Blue C M Y K H S L
Decimal 13 151 43 0.91 0 0.72 0.41 133.04 0.84 0.32
Hex D 97 2B 5B 0 48 29 85 54 20
Octal 15 227 53 133 0 110 51 205 124 40
Binary 1101 10010111 101011 1011011 0 1001000 101001 10000101 1010100 100000

Color Harmonies of #0D972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D972B

Black with #0D972B

Text Example


Text Example

White with #0D972B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,151,43); }

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

background-color css

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

 a { background-color: rgb(13,151,43); }

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

border-color css

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

 span { border-color: rgb(13,151,43); }

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