Html Css Color HEX #0DA735 Dark Pastel Green

📋 copy color: '#0DA735'

red 13 ◦ green 167 ◦ blue 53

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

Shades of Dark Pastel Green #0DA735

Tints of Dark Pastel Green #0DA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 71.67%

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

R = 5.58%
G = 71.67%
B = 22.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#0DA735 (or 0x0DA735) is known color: Dark Pastel Green. HEX triplet: 0D, A7 and 35. RGB value is (13,167,53). Sum of RGB (Red+Green+Blue) = 13+167+53=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 167 (65.62% from 255 or 71.67% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA735 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA735 is #F258CA. Grayscale: #6C6C6C. Windows color (decimal): -15882443 or 3516173. OLE color: 3516173.

HSL color Cylindrical-coordinate representation of color #0DA735: hue angle of 135.58º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA735 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 167 53 -
CMYK 0.92 0 0.68 0.35
HSL 135.58º 0.86% 0.35% -
HSV(B) 135.58º 0.92% 0.65% -
XYZ 14.63 27.98 8 -
YUV 107.96 96.98 60.27 -
System Red Green Blue C M Y K H S L
Decimal 13 167 53 0.92 0 0.68 0.35 135.58 0.86 0.35
Hex D A7 35 5C 0 44 23 88 56 23
Octal 15 247 65 134 0 104 43 210 126 43
Binary 1101 10100111 110101 1011100 0 1000100 100011 10001000 1010110 100011

Color Harmonies of #0DA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA735

Black with #0DA735

Text Example


Text Example

White with #0DA735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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