Html Css Color HEX #0DB341 Dark Pastel Green

📋 copy color: '#0DB341'

red 13 ◦ green 179 ◦ blue 65

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

Shades of Dark Pastel Green #0DB341

Tints of Dark Pastel Green #0DB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.65%

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 5.06%
G = 69.65%
B = 25.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#0DB341 (or 0x0DB341) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 41. RGB value is (13,179,65). Sum of RGB (Red+Green+Blue) = 13+179+65=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB341 is #F24CBE. Grayscale: #747474. Windows color (decimal): -15879359 or 4305677. OLE color: 4305677.

HSL color Cylindrical-coordinate representation of color #0DB341: hue angle of 138.8º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB341 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 65 -
CMYK 0.93 0 0.64 0.30
HSL 138.8º 0.86% 0.38% -
HSV(B) 138.8º 0.93% 0.7% -
XYZ 17.24 32.71 10.41 -
YUV 116.37 99 54.27 -
System Red Green Blue C M Y K H S L
Decimal 13 179 65 0.93 0 0.64 0.30 138.8 0.86 0.38
Hex D B3 41 5D 0 40 1E 8B 56 26
Octal 15 263 101 135 0 100 36 213 126 46
Binary 1101 10110011 1000001 1011101 0 1000000 11110 10001011 1010110 100110

Color Harmonies of #0DB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB341

Black with #0DB341

Text Example


Text Example

White with #0DB341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,179,65); }

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

background-color css

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

 a { background-color: rgb(13,179,65); }

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

border-color css

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

 span { border-color: rgb(13,179,65); }

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