Html Css Color HEX #0D9F44 Pigment Green

📋 copy color: '#0D9F44'

red 13 ◦ green 159 ◦ blue 68

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

Shades of Pigment Green #0D9F44

Tints of Pigment Green #0D9F44

RGB

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

 GREEN value IS 159 (62.5% from 255) = 66.25%

 BLUE value IS 68 (26.95% from 255) = 28.33%

R = 5.42%
G = 66.25%
B = 28.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#0D9F44 (or 0x0D9F44) is known color: Pigment Green. HEX triplet: 0D, 9F and 44. RGB value is (13,159,68). Sum of RGB (Red+Green+Blue) = 13+159+68=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 159 (62.5% from 255 or 66.25% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9F44 is #F260BB. Grayscale: #696969. Windows color (decimal): -15884476 or 4497165. OLE color: 4497165.

HSL color Cylindrical-coordinate representation of color #0D9F44: hue angle of 142.6º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F44 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 159 68 -
CMYK 0.92 0 0.57 0.38
HSL 142.6º 0.85% 0.34% -
HSV(B) 142.6º 0.92% 0.62% -
XYZ 13.61 25.3 9.63 -
YUV 104.97 107.13 62.4 -
System Red Green Blue C M Y K H S L
Decimal 13 159 68 0.92 0 0.57 0.38 142.6 0.85 0.34
Hex D 9F 44 5C 0 39 26 8F 55 22
Octal 15 237 104 134 0 71 46 217 125 42
Binary 1101 10011111 1000100 1011100 0 111001 100110 10001111 1010101 100010

Color Harmonies of #0D9F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9F44

Black with #0D9F44

Text Example


Text Example

White with #0D9F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,159,68); }

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

background-color css

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

 a { background-color: rgb(13,159,68); }

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

border-color css

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

 span { border-color: rgb(13,159,68); }

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