Html Css Color HEX #0DB344 Dark Pastel Green

📋 copy color: '#0DB344'

red 13 ◦ green 179 ◦ blue 68

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

Shades of Dark Pastel Green #0DB344

Tints of Dark Pastel Green #0DB344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.15%

R = 5%
G = 68.85%
B = 26.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#0DB344 (or 0x0DB344) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 44. RGB value is (13,179,68). Sum of RGB (Red+Green+Blue) = 13+179+68=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB344 is #F24CBB. Grayscale: #747474. Windows color (decimal): -15879356 or 4502285. OLE color: 4502285.

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

Color convert

RGB 13 179 68 -
CMYK 0.93 0 0.62 0.30
HSL 139.88º 0.86% 0.38% -
HSV(B) 139.88º 0.93% 0.7% -
XYZ 17.33 32.74 10.88 -
YUV 116.71 100.5 54.03 -
System Red Green Blue C M Y K H S L
Decimal 13 179 68 0.93 0 0.62 0.30 139.88 0.86 0.38
Hex D B3 44 5D 0 3E 1E 8C 56 26
Octal 15 263 104 135 0 76 36 214 126 46
Binary 1101 10110011 1000100 1011101 0 111110 11110 10001100 1010110 100110

Color Harmonies of #0DB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB344

Black with #0DB344

Text Example


Text Example

White with #0DB344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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