Html Css Color HEX #0DB026 Dark Pastel Green

📋 copy color: '#0DB026'

red 13 ◦ green 176 ◦ blue 38

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

Shades of Dark Pastel Green #0DB026

Tints of Dark Pastel Green #0DB026

RGB

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

 GREEN value IS 176 (69.14% from 255) = 77.53%

 BLUE value IS 38 (15.23% from 255) = 16.74%

R = 5.73%
G = 77.53%
B = 16.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#0DB026 (or 0x0DB026) is known color: Dark Pastel Green. HEX triplet: 0D, B0 and 26. RGB value is (13,176,38). Sum of RGB (Red+Green+Blue) = 13+176+38=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 176 (69.14% from 255 or 77.53% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB026 is #F24FD9. Grayscale: #6F6F6F. Windows color (decimal): -15880154 or 2535437. OLE color: 2535437.

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

Color convert

RGB 13 176 38 -
CMYK 0.93 0 0.78 0.31
HSL 129.2º 0.86% 0.37% -
HSV(B) 129.2º 0.93% 0.69% -
XYZ 16.04 31.28 7.03 -
YUV 111.53 86.5 57.72 -
System Red Green Blue C M Y K H S L
Decimal 13 176 38 0.93 0 0.78 0.31 129.2 0.86 0.37
Hex D B0 26 5D 0 4E 1F 81 56 25
Octal 15 260 46 135 0 116 37 201 126 45
Binary 1101 10110000 100110 1011101 0 1001110 11111 10000001 1010110 100101

Color Harmonies of #0DB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB026

Black with #0DB026

Text Example


Text Example

White with #0DB026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,176,38); }

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

background-color css

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

 a { background-color: rgb(13,176,38); }

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

border-color css

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

 span { border-color: rgb(13,176,38); }

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