Html Css Color HEX #0D973F Pigment Green

📋 copy color: '#0D973F'

red 13 ◦ green 151 ◦ blue 63

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

Shades of Pigment Green #0D973F

Tints of Pigment Green #0D973F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.75%

R = 5.73%
G = 66.52%
B = 27.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#0D973F (or 0x0D973F) is known color: Pigment Green. HEX triplet: 0D, 97 and 3F. RGB value is (13,151,63). Sum of RGB (Red+Green+Blue) = 13+151+63=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 151 (59.38% from 255 or 66.52% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 151 - color contains mainly: green. Hex color #0D973F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D973F is #F268C0. Grayscale: #636363. Windows color (decimal): -15886529 or 4167437. OLE color: 4167437.

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

Color convert

RGB 13 151 63 -
CMYK 0.91 0 0.58 0.41
HSL 141.74º 0.84% 0.32% -
HSV(B) 141.74º 0.91% 0.59% -
XYZ 12.13 22.58 8.42 -
YUV 99.71 107.28 66.16 -
System Red Green Blue C M Y K H S L
Decimal 13 151 63 0.91 0 0.58 0.41 141.74 0.84 0.32
Hex D 97 3F 5B 0 3A 29 8E 54 20
Octal 15 227 77 133 0 72 51 216 124 40
Binary 1101 10010111 111111 1011011 0 111010 101001 10001110 1010100 100000

Color Harmonies of #0D973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D973F

Black with #0D973F

Text Example


Text Example

White with #0D973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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