Html Css Color HEX #0DBA3F Dark Pastel Green

📋 copy color: '#0DBA3F'

red 13 ◦ green 186 ◦ blue 63

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

Shades of Dark Pastel Green #0DBA3F

Tints of Dark Pastel Green #0DBA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.99%

 BLUE value IS 63 (25% from 255) = 24.05%

R = 4.96%
G = 70.99%
B = 24.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#0DBA3F (or 0x0DBA3F) is known color: Dark Pastel Green. HEX triplet: 0D, BA and 3F. RGB value is (13,186,63). Sum of RGB (Red+Green+Blue) = 13+186+63=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBA3F is #F245C0. Grayscale: #787878. Windows color (decimal): -15877569 or 4176397. OLE color: 4176397.

HSL color Cylindrical-coordinate representation of color #0DBA3F: hue angle of 137.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA3F is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 186 63 -
CMYK 0.93 0 0.66 0.27
HSL 137.34º 0.87% 0.39% -
HSV(B) 137.34º 0.93% 0.73% -
XYZ 18.62 35.56 10.59 -
YUV 120.25 95.69 51.5 -
System Red Green Blue C M Y K H S L
Decimal 13 186 63 0.93 0 0.66 0.27 137.34 0.87 0.39
Hex D BA 3F 5D 0 42 1B 89 57 27
Octal 15 272 77 135 0 102 33 211 127 47
Binary 1101 10111010 111111 1011101 0 1000010 11011 10001001 1010111 100111

Color Harmonies of #0DBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA3F

Black with #0DBA3F

Text Example


Text Example

White with #0DBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,63); }

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

background-color css

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

 a { background-color: rgb(13,186,63); }

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

border-color css

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

 span { border-color: rgb(13,186,63); }

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