Html Css Color HEX #0DAB41 Dark Pastel Green

📋 copy color: '#0DAB41'

red 13 ◦ green 171 ◦ blue 65

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

Shades of Dark Pastel Green #0DAB41

Tints of Dark Pastel Green #0DAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 5.22%
G = 68.67%
B = 26.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#0DAB41 (or 0x0DAB41) is known color: Dark Pastel Green. HEX triplet: 0D, AB and 41. RGB value is (13,171,65). Sum of RGB (Red+Green+Blue) = 13+171+65=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 171 (67.19% from 255 or 68.67% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB41 is #F254BE. Grayscale: #6F6F6F. Windows color (decimal): -15881407 or 4303629. OLE color: 4303629.

HSL color Cylindrical-coordinate representation of color #0DAB41: hue angle of 139.75º 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 #0DAB41 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 65 -
CMYK 0.92 0 0.62 0.33
HSL 139.75º 0.86% 0.36% -
HSV(B) 139.75º 0.92% 0.67% -
XYZ 15.68 29.59 9.89 -
YUV 111.67 101.65 57.62 -
System Red Green Blue C M Y K H S L
Decimal 13 171 65 0.92 0 0.62 0.33 139.75 0.86 0.36
Hex D AB 41 5C 0 3E 21 8C 56 24
Octal 15 253 101 134 0 76 41 214 126 44
Binary 1101 10101011 1000001 1011100 0 111110 100001 10001100 1010110 100100

Color Harmonies of #0DAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB41

Black with #0DAB41

Text Example


Text Example

White with #0DAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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