Html Css Color HEX #0D953A Pigment Green

📋 copy color: '#0D953A'

red 13 ◦ green 149 ◦ blue 58

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

Shades of Pigment Green #0D953A

Tints of Pigment Green #0D953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 67.73%

 BLUE value IS 58 (23.05% from 255) = 26.36%

R = 5.91%
G = 67.73%
B = 26.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#0D953A (or 0x0D953A) is known color: Pigment Green. HEX triplet: 0D, 95 and 3A. RGB value is (13,149,58). Sum of RGB (Red+Green+Blue) = 13+149+58=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #0D953A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D953A is #F26AC5. Grayscale: #626262. Windows color (decimal): -15887046 or 3839245. OLE color: 3839245.

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

Color convert

RGB 13 149 58 -
CMYK 0.91 0 0.61 0.42
HSL 139.85º 0.84% 0.32% -
HSV(B) 139.85º 0.91% 0.58% -
XYZ 11.68 21.89 7.61 -
YUV 97.96 105.44 67.4 -
System Red Green Blue C M Y K H S L
Decimal 13 149 58 0.91 0 0.61 0.42 139.85 0.84 0.32
Hex D 95 3A 5B 0 3D 2A 8C 54 20
Octal 15 225 72 133 0 75 52 214 124 40
Binary 1101 10010101 111010 1011011 0 111101 101010 10001100 1010100 100000

Color Harmonies of #0D953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D953A

Black with #0D953A

Text Example


Text Example

White with #0D953A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,149,58); }

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

background-color css

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

 a { background-color: rgb(13,149,58); }

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

border-color css

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

 span { border-color: rgb(13,149,58); }

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