#0D923D

Color #0D923D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0D923D

Tints of Pigment Green #0D923D

Color information

#0D923D (or 0x0D923D) is unknown color: approx Pigment Green. HEX triplet: 0D, 92 and 3D. RGB value is (13,146,61). Sum of RGB (Red+Green+Blue) = 13+146+61=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #0D923D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D923D is #F26DC2. Grayscale: #606060. Windows color (decimal): -15887811 or 4035085. OLE color: 4035085.

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

Color convert

RGB1314661-
CMYK0.9100.580.43
HSL141.65º83.65%31.18%-
HSV(B)141.65º91.1%57.25%-
XYZ11.2920.987.87-
YUV96.54107.9468.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 146 (57.42% from 255) = 66.36%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=5.91%
G=66.36%
B=27.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146610.9100.580.43141.6583.6531.18
HexD923D5B03A2B8e541f
Octal15222751330725321612437
Binary1101100100101111011011011011101010101110001110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,61); }

 H1.HeaderClassName
 {
   color: #0D923D;
 }
 .AnyTagClassName
 {
   color: #0D923D;
 }
</style>
background-color css

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

 a { background-color: rgb(13,146,61); }

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

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

 span { border-color: rgb(13,146,61); }

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