Html Css Color HEX #0DBF2F Dark Pastel Green

📋 copy color: '#0DBF2F'

red 13 ◦ green 191 ◦ blue 47

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

Shades of Dark Pastel Green #0DBF2F

Tints of Dark Pastel Green #0DBF2F

RGB

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

 GREEN value IS 191 (75% from 255) = 76.1%

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

R = 5.18%
G = 76.1%
B = 18.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#0DBF2F (or 0x0DBF2F) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 2F. RGB value is (13,191,47). Sum of RGB (Red+Green+Blue) = 13+191+47=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 191 (75% from 255 or 76.10% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBF2F is #F240D0. Grayscale: #797979. Windows color (decimal): -15876305 or 3129101. OLE color: 3129101.

HSL color Cylindrical-coordinate representation of color #0DBF2F: hue angle of 131.46º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF2F is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 191 47 -
CMYK 0.93 0 0.75 0.25
HSL 131.46º 0.87% 0.4% -
HSV(B) 131.46º 0.93% 0.75% -
XYZ 19.31 37.55 8.92 -
YUV 121.36 86.03 50.71 -
System Red Green Blue C M Y K H S L
Decimal 13 191 47 0.93 0 0.75 0.25 131.46 0.87 0.4
Hex D BF 2F 5D 0 4B 19 83 57 28
Octal 15 277 57 135 0 113 31 203 127 50
Binary 1101 10111111 101111 1011101 0 1001011 11001 10000011 1010111 101000

Color Harmonies of #0DBF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF2F

Black with #0DBF2F

Text Example


Text Example

White with #0DBF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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