Html Css Color HEX #0DAF3D Dark Pastel Green

📋 copy color: '#0DAF3D'

red 13 ◦ green 175 ◦ blue 61

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

Shades of Dark Pastel Green #0DAF3D

Tints of Dark Pastel Green #0DAF3D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 70.28%

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 5.22%
G = 70.28%
B = 24.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#0DAF3D (or 0x0DAF3D) is known color: Dark Pastel Green. HEX triplet: 0D, AF and 3D. RGB value is (13,175,61). Sum of RGB (Red+Green+Blue) = 13+175+61=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAF3D is #F250C2. Grayscale: #717171. Windows color (decimal): -15880387 or 4042509. OLE color: 4042509.

HSL color Cylindrical-coordinate representation of color #0DAF3D: hue angle of 137.78º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF3D is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 175 61 -
CMYK 0.93 0 0.65 0.31
HSL 137.78º 0.86% 0.37% -
HSV(B) 137.78º 0.93% 0.69% -
XYZ 16.34 31.08 9.55 -
YUV 113.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 13 175 61 0.93 0 0.65 0.31 137.78 0.86 0.37
Hex D AF 3D 5D 0 41 1F 8A 56 25
Octal 15 257 75 135 0 101 37 212 126 45
Binary 1101 10101111 111101 1011101 0 1000001 11111 10001010 1010110 100101

Color Harmonies of #0DAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF3D

Black with #0DAF3D

Text Example


Text Example

White with #0DAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,61); }

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

background-color css

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

 a { background-color: rgb(13,175,61); }

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

border-color css

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

 span { border-color: rgb(13,175,61); }

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