Html Css Color HEX #0DB335 Dark Pastel Green

📋 copy color: '#0DB335'

red 13 ◦ green 179 ◦ blue 53

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

Shades of Dark Pastel Green #0DB335

Tints of Dark Pastel Green #0DB335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 5.31%
G = 73.06%
B = 21.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#0DB335 (or 0x0DB335) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 35. RGB value is (13,179,53). Sum of RGB (Red+Green+Blue) = 13+179+53=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB335 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB335 is #F24CCA. Grayscale: #737373. Windows color (decimal): -15879371 or 3519245. OLE color: 3519245.

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

Color convert

RGB 13 179 53 -
CMYK 0.93 0 0.70 0.30
HSL 134.46º 0.86% 0.38% -
HSV(B) 134.46º 0.93% 0.7% -
XYZ 16.93 32.58 8.77 -
YUV 115 93 55.25 -
System Red Green Blue C M Y K H S L
Decimal 13 179 53 0.93 0 0.70 0.30 134.46 0.86 0.38
Hex D B3 35 5D 0 46 1E 86 56 26
Octal 15 263 65 135 0 106 36 206 126 46
Binary 1101 10110011 110101 1011101 0 1000110 11110 10000110 1010110 100110

Color Harmonies of #0DB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB335

Black with #0DB335

Text Example


Text Example

White with #0DB335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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