Html Css Color HEX #0DA337 Dark Pastel Green

📋 copy color: '#0DA337'

red 13 ◦ green 163 ◦ blue 55

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

Shades of Dark Pastel Green #0DA337

Tints of Dark Pastel Green #0DA337

RGB

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

 GREEN value IS 163 (64.06% from 255) = 70.56%

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 5.63%
G = 70.56%
B = 23.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#0DA337 (or 0x0DA337) is known color: Dark Pastel Green. HEX triplet: 0D, A3 and 37. RGB value is (13,163,55). Sum of RGB (Red+Green+Blue) = 13+163+55=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 163 (64.06% from 255 or 70.56% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA337 is #F25CC8. Grayscale: #6A6A6A. Windows color (decimal): -15883465 or 3646221. OLE color: 3646221.

HSL color Cylindrical-coordinate representation of color #0DA337: hue angle of 136.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA337 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 163 55 -
CMYK 0.92 0 0.66 0.36
HSL 136.8º 0.85% 0.35% -
HSV(B) 136.8º 0.92% 0.64% -
XYZ 13.95 26.56 8 -
YUV 105.84 99.31 61.78 -
System Red Green Blue C M Y K H S L
Decimal 13 163 55 0.92 0 0.66 0.36 136.8 0.85 0.35
Hex D A3 37 5C 0 42 24 89 55 23
Octal 15 243 67 134 0 102 44 211 125 43
Binary 1101 10100011 110111 1011100 0 1000010 100100 10001001 1010101 100011

Color Harmonies of #0DA337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA337

Black with #0DA337

Text Example


Text Example

White with #0DA337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,163,55); }

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

background-color css

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

 a { background-color: rgb(13,163,55); }

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

border-color css

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

 span { border-color: rgb(13,163,55); }

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