Html Css Color HEX #0DB132 Dark Pastel Green

📋 copy color: '#0DB132'

red 13 ◦ green 177 ◦ blue 50

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

Shades of Dark Pastel Green #0DB132

Tints of Dark Pastel Green #0DB132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.83%

R = 5.42%
G = 73.75%
B = 20.83%

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

#0DB132 (or 0x0DB132) is known color: Dark Pastel Green. HEX triplet: 0D, B1 and 32. RGB value is (13,177,50). Sum of RGB (Red+Green+Blue) = 13+177+50=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 177 (69.53% from 255 or 73.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB132 is #F24ECD. Grayscale: #717171. Windows color (decimal): -15879886 or 3322125. OLE color: 3322125.

HSL color Cylindrical-coordinate representation of color #0DB132: hue angle of 133.54º 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 #0DB132 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 177 50 -
CMYK 0.93 0 0.72 0.31
HSL 133.54º 0.86% 0.37% -
HSV(B) 133.54º 0.93% 0.69% -
XYZ 16.46 31.76 8.28 -
YUV 113.49 92.17 56.33 -
System Red Green Blue C M Y K H S L
Decimal 13 177 50 0.93 0 0.72 0.31 133.54 0.86 0.37
Hex D B1 32 5D 0 48 1F 86 56 25
Octal 15 261 62 135 0 110 37 206 126 45
Binary 1101 10110001 110010 1011101 0 1001000 11111 10000110 1010110 100101

Color Harmonies of #0DB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB132

Black with #0DB132

Text Example


Text Example

White with #0DB132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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