Html Css Color HEX #0DAF31 Dark Pastel Green

📋 copy color: '#0DAF31'

red 13 ◦ green 175 ◦ blue 49

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

Shades of Dark Pastel Green #0DAF31

Tints of Dark Pastel Green #0DAF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.68%

R = 5.49%
G = 73.84%
B = 20.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#0DAF31 (or 0x0DAF31) is known color: Dark Pastel Green. HEX triplet: 0D, AF and 31. RGB value is (13,175,49). Sum of RGB (Red+Green+Blue) = 13+175+49=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 175 (68.75% from 255 or 73.84% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAF31 is #F250CE. Grayscale: #707070. Windows color (decimal): -15880399 or 3256077. OLE color: 3256077.

HSL color Cylindrical-coordinate representation of color #0DAF31: hue angle of 133.33º 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 #0DAF31 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 175 49 -
CMYK 0.93 0 0.72 0.31
HSL 133.33º 0.86% 0.37% -
HSV(B) 133.33º 0.93% 0.69% -
XYZ 16.05 30.97 8.04 -
YUV 112.2 92.33 57.25 -
System Red Green Blue C M Y K H S L
Decimal 13 175 49 0.93 0 0.72 0.31 133.33 0.86 0.37
Hex D AF 31 5D 0 48 1F 85 56 25
Octal 15 257 61 135 0 110 37 205 126 45
Binary 1101 10101111 110001 1011101 0 1001000 11111 10000101 1010110 100101

Color Harmonies of #0DAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF31

Black with #0DAF31

Text Example


Text Example

White with #0DAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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