Html Css Color HEX #0DAB2F Dark Pastel Green

📋 copy color: '#0DAB2F'

red 13 ◦ green 171 ◦ blue 47

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

Shades of Dark Pastel Green #0DAB2F

Tints of Dark Pastel Green #0DAB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 74.03%

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 5.63%
G = 74.03%
B = 20.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#0DAB2F (or 0x0DAB2F) is known color: Dark Pastel Green. HEX triplet: 0D, AB and 2F. RGB value is (13,171,47). Sum of RGB (Red+Green+Blue) = 13+171+47=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 171 (67.19% from 255 or 74.03% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB2F is #F254D0. Grayscale: #6D6D6D. Windows color (decimal): -15881425 or 3123981. OLE color: 3123981.

HSL color Cylindrical-coordinate representation of color #0DAB2F: hue angle of 132.91º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB2F is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 47 -
CMYK 0.92 0 0.73 0.33
HSL 132.91º 0.86% 0.36% -
HSV(B) 132.91º 0.92% 0.67% -
XYZ 15.24 29.42 7.56 -
YUV 109.62 92.65 59.08 -
System Red Green Blue C M Y K H S L
Decimal 13 171 47 0.92 0 0.73 0.33 132.91 0.86 0.36
Hex D AB 2F 5C 0 49 21 85 56 24
Octal 15 253 57 134 0 111 41 205 126 44
Binary 1101 10101011 101111 1011100 0 1001001 100001 10000101 1010110 100100

Color Harmonies of #0DAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB2F

Black with #0DAB2F

Text Example


Text Example

White with #0DAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,47); }

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

background-color css

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

 a { background-color: rgb(13,171,47); }

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

border-color css

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

 span { border-color: rgb(13,171,47); }

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