Html Css Color HEX #0DB348 Dark Pastel Green

📋 copy color: '#0DB348'

red 13 ◦ green 179 ◦ blue 72

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

Shades of Dark Pastel Green #0DB348

Tints of Dark Pastel Green #0DB348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 4.92%
G = 67.8%
B = 27.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#0DB348 (or 0x0DB348) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 48. RGB value is (13,179,72). Sum of RGB (Red+Green+Blue) = 13+179+72=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 179 (70.31% from 255 or 67.80% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB348 is #F24CB7. Grayscale: #757575. Windows color (decimal): -15879352 or 4764429. OLE color: 4764429.

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

Color convert

RGB 13 179 72 -
CMYK 0.93 0 0.60 0.30
HSL 141.33º 0.86% 0.38% -
HSV(B) 141.33º 0.93% 0.7% -
XYZ 17.46 32.79 11.54 -
YUV 117.17 102.5 53.7 -
System Red Green Blue C M Y K H S L
Decimal 13 179 72 0.93 0 0.60 0.30 141.33 0.86 0.38
Hex D B3 48 5D 0 3C 1E 8D 56 26
Octal 15 263 110 135 0 74 36 215 126 46
Binary 1101 10110011 1001000 1011101 0 111100 11110 10001101 1010110 100110

Color Harmonies of #0DB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB348

Black with #0DB348

Text Example


Text Example

White with #0DB348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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