Html Css Color HEX #0D9337 Pigment Green

📋 copy color: '#0D9337'

red 13 ◦ green 147 ◦ blue 55

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

Shades of Pigment Green #0D9337

Tints of Pigment Green #0D9337

RGB

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

 GREEN value IS 147 (57.81% from 255) = 68.37%

 BLUE value IS 55 (21.88% from 255) = 25.58%

R = 6.05%
G = 68.37%
B = 25.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#0D9337 (or 0x0D9337) is known color: Pigment Green. HEX triplet: 0D, 93 and 37. RGB value is (13,147,55). Sum of RGB (Red+Green+Blue) = 13+147+55=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9337 is #F26CC8. Grayscale: #606060. Windows color (decimal): -15887561 or 3642125. OLE color: 3642125.

HSL color Cylindrical-coordinate representation of color #0D9337: hue angle of 138.81º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9337 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 147 55 -
CMYK 0.91 0 0.63 0.42
HSL 138.81º 0.84% 0.31% -
HSV(B) 138.81º 0.91% 0.58% -
XYZ 11.29 21.23 7.12 -
YUV 96.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 13 147 55 0.91 0 0.63 0.42 138.81 0.84 0.31
Hex D 93 37 5B 0 3F 2A 8B 54 1F
Octal 15 223 67 133 0 77 52 213 124 37
Binary 1101 10010011 110111 1011011 0 111111 101010 10001011 1010100 11111

Color Harmonies of #0D9337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9337

Black with #0D9337

Text Example


Text Example

White with #0D9337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,147,55); }

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

background-color css

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

 a { background-color: rgb(13,147,55); }

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

border-color css

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

 span { border-color: rgb(13,147,55); }

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