Html Css Color HEX #0DB131 Dark Pastel Green

📋 copy color: '#0DB131'

red 13 ◦ green 177 ◦ blue 49

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

Shades of Dark Pastel Green #0DB131

Tints of Dark Pastel Green #0DB131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 74.06%

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 5.44%
G = 74.06%
B = 20.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#0DB131 (or 0x0DB131) is known color: Dark Pastel Green. HEX triplet: 0D, B1 and 31. RGB value is (13,177,49). Sum of RGB (Red+Green+Blue) = 13+177+49=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 177 (69.53% from 255 or 74.06% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB131 is #F24ECE. Grayscale: #717171. Windows color (decimal): -15879887 or 3256589. OLE color: 3256589.

HSL color Cylindrical-coordinate representation of color #0DB131: hue angle of 133.17º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB131 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 177 49 -
CMYK 0.93 0 0.72 0.31
HSL 133.17º 0.86% 0.37% -
HSV(B) 133.17º 0.93% 0.69% -
XYZ 16.44 31.75 8.17 -
YUV 113.37 91.67 56.41 -
System Red Green Blue C M Y K H S L
Decimal 13 177 49 0.93 0 0.72 0.31 133.17 0.86 0.37
Hex D B1 31 5D 0 48 1F 85 56 25
Octal 15 261 61 135 0 110 37 205 126 45
Binary 1101 10110001 110001 1011101 0 1001000 11111 10000101 1010110 100101

Color Harmonies of #0DB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB131

Black with #0DB131

Text Example


Text Example

White with #0DB131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,177,49); }

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

background-color css

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

 a { background-color: rgb(13,177,49); }

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

border-color css

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

 span { border-color: rgb(13,177,49); }

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